aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2022-09-12Move global search button and add glyphiconzsloan
2022-09-12Add search glyphicons + index_page.css for the Info button stylingzsloan
2022-09-12Set Species drop-down to same width as Group/Type dropdownszsloan
2022-09-13Increase table marker limit to 25000zsloan
2022-09-13Fix bug where passing LOCO into the mapping API endpoint didn't workzsloan
2022-09-12Fix query: Add comma to separate columns.Frederick Muriuki Muriithi
2022-09-12Check for species before calling `lower()`Frederick Muriuki Muriithi
2022-09-12Check there is target data before running correlationsFrederick Muriuki Muriithi
2022-09-12Fix query: Remove extraneous bracketFrederick Muriuki Muriithi
2022-09-12Check for traits before computingFrederick 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-12Check data is truthy before indexing into it.Frederick Muriuki Muriithi
2022-09-09Fix bug in display_mapping_results chromosome queryzsloan
2022-09-09Fix bug in retrieve_other_nameszsloan
2022-09-09handle cases where tissue dataset vals are empty listAlexander_Kabui
2022-09-09tissue:fetch for query formattingAlexander_Kabui
2022-09-09Fix query: remove string interpolation.Frederick Muriuki Muriithi
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-09Check whether trait_list and sample_data exist before operationsFrederick Muriuki Muriithi
2022-09-09Remove `None` values from datasetFrederick Muriuki Muriithi
2022-09-09Filter out Samples without valuesFrederick Muriuki Muriithi
2022-09-09Refactor: Add tests and handle edge caseFrederick Muriuki Muriithi
2022-09-09Use `database_connection()`Frederick Muriuki Muriithi
2022-09-09Replace `g.db.execute` with `cursor.execute`Frederick Muriuki Muriithi
2022-09-09Comment out pickling to avoid errorFrederick Muriuki Muriithi
2022-09-09If port is null, use MySQL's default 3306Frederick Muriuki Muriithi
2022-09-09Use `urllib.parse.urljoin` for urlsFrederick Muriuki Muriithi
2022-09-08Filter export by checked rows (when any rows are checked)zsloan
2022-09-08Fix getCheckedRows so that it only selects checkbox input elementszsloan
2022-09-08Convert variables to camelCase and remove some unused variableszsloan
2022-09-08Remove commented out codezsloan
2022-09-08Remove console logzsloan
2022-09-08Remove some unused initialized variableszsloan
2022-09-08Make GN_SERVER_URL the genenetwork3 API endpoint.Arun Isaac
2022-09-08Replace "asserts" with ValueErrorsMunyoki Kilyungi
2022-09-08Delete unused importsMunyoki Kilyungi
2022-09-08Simplify how chromosomes are fetchedMunyoki Kilyungi
2022-09-08Add type-hints to database_connectionMunyoki Kilyungi
2022-09-08Test the creation of the_species, indchromosomes and chromosome objsMunyoki Kilyungi
2022-09-08Removing object notation after a cursor fetchMunyoki Kilyungi
2022-09-08Remove redundant cursor.fetchone()Munyoki Kilyungi
2022-09-08Use "%s" in sql queryMunyoki Kilyungi
2022-09-08Move test case to mrna_assay_tissue_data test moduleMunyoki Kilyungi
2022-09-08Inject database connection to mrna_assay_tissue_data classMunyoki Kilyungi
2022-09-08Rewrite "test_tissue_corr_computation" as a pytestMunyoki Kilyungi