aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
AgeCommit message (Expand)Author
2023-06-22Update calls to `database_connection` functionFrederick Muriuki Muriithi
2023-05-31Compute dataset type from name.Frederick Muriuki Muriithi
2023-05-19auth: Use auth privileges to control UI displayFrederick Muriuki Muriithi
2023-03-17Fix correlation bug caused by a NULL UPDATE_TIME in the DBzsloan
2023-02-17Use abbreviation as symbol for phenotypes in collection pagezsloan
2023-02-17Default trait abbreviation to N/A and only set to pre/post_publication_abbrev...zsloan
2023-02-14Fix collection page error when ProbeSet/Publish traits don't have a meanzsloan
2023-01-12Add BXD-NIA-AD to list of BXD_GROUP_EXCEPTIONS (so the correct options show u...zsloan
2022-12-01Fix Exception that's raised when query_sql returns NoneMunyoki Kilyungi
2022-11-30Remove check for shortnames/fullnames in probeset metadata queryMunyoki Kilyungi
2022-11-10Use the Maybe Monad when fetching the accession_id of a datasetMunyoki Kilyungi
2022-11-08Remove string check for 'None' in HTML templateMunyoki Kilyungi
2022-11-02Update Phenogen URL to rn7zsloan
2022-10-28Refactor: Pass user id to `check_resource_availability`Frederick Muriuki Muriithi
2022-10-27init fix for querying for datasetsAlexander_Kabui
2022-10-20Cleanup: Remove unused codeFrederick Muriuki Muriithi
2022-10-18Change logic in retrieve_trait_info to account for situations where a marker ...zsloan
2022-10-17Fix bug when initializing Temp DatasetGroupszsloan
2022-10-14Add BXD_GROUP_EXCEPTIONS to webqtlConfig.py instead of having the groups hard...zsloan
2022-10-12Use SQL to fetch trait metadata instead of gn-proxy, since it's dramatically ...zsloan
2022-10-12Include chr/mb values in jsonable traitzsloan
2022-10-04Add more information to exception to help in debuggingFrederick Muriuki Muriithi
2022-09-26Remove unused database_connection import from species.pyzsloan
2022-09-25Fix issue where the display name was used in the hmac for phenotype traitszsloan
2022-09-22Provide database cursor as argument for TheSpecies and ChromosomesFrederick Muriuki Muriithi
2022-09-21Added Markers/HumanMarkers import to datasetgroup.py and removed it fromzsloan
2022-09-21Refactor: pass redis and db connections as argumentFrederick Muriuki Muriithi
2022-09-20Remove global `Dataset_Getter` variableFrederick Muriuki Muriithi
2022-09-20Revert "Use member variable `self.conn` to avoid test failure"Frederick Muriuki Muriithi
2022-09-20Use member variable `self.conn` to avoid test failureFrederick Muriuki Muriithi
2022-09-20Decompose file into separate modulesrefactor-data_set_py-20220920Frederick Muriuki Muriithi
2022-09-12Fix query: Add comma to separate columns.Frederick Muriuki Muriithi
2022-09-12Fix query: remove wrongly-placed commaFrederick Muriuki Muriithi
2022-09-12Check db resultset before indexing into itFrederick Muriuki Muriithi
2022-09-09Fix bug in retrieve_other_nameszsloan
2022-09-09tissue:fetch for query formattingAlexander_Kabui
2022-09-09Retain only a single import of the same moduleFrederick Muriuki Muriithi
2022-09-09Merge pull request #732 from BonfaceKilz/bug/fix-broken-correlationsMuriithi Frederick Muriuki
2022-09-09Fetch sample values correctlyMunyoki Kilyungi
2022-09-09Add missing importMunyoki Kilyungi
2022-09-09Import missing module.Frederick Muriuki Muriithi
2022-09-09Filter out Samples without valuesFrederick Muriuki Muriithi
2022-09-09Use `database_connection()`Frederick Muriuki Muriithi
2022-09-09Replace `g.db.execute` with `cursor.execute`Frederick Muriuki Muriithi
2022-09-08Simplify how chromosomes are fetchedMunyoki Kilyungi
2022-09-08Remove redundant cursor.fetchone()Munyoki Kilyungi
2022-09-08Use "%s" in sql queryMunyoki Kilyungi
2022-09-08Inject database connection to mrna_assay_tissue_data classMunyoki Kilyungi
2022-09-08Fix sql queriesMunyoki Kilyungi
2022-09-08Add missing "," in cursor.execute()Munyoki Kilyungi