aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-11workflows: main.yml: Set up gn2 before running the unit testsBonfaceKilz
2021-05-11workflows: main.yml: Use screen to run gn2BonfaceKilz
2021-05-11workflows: main.yml: Remove hard-coded pathBonfaceKilz
2021-05-11links_scraper: genelinks: Apply pep-8 formattingBonfaceKilz
2021-05-11links_scraper: genelinks: Remove unused importBonfaceKilz
2021-05-11workflows: main.yml: Update container imageBonfaceKilz
2021-05-11doc: docker-container: Default to python3-genenetwork2 for examplesBonfaceKilz
2021-05-11Merge pull request #563 from Alexanderlacuna/feature/integrate-correlation-apiBonfaceKilz
2021-05-11replace font-awesomeAlexander Kabui
2021-05-11replace datatable scroller cdnAlexander Kabui
2021-05-11replace datatable scrollerAlexander Kabui
2021-05-11modify js & add button for test correlationAlexander Kabui
2021-05-10Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-05-10Change loading.html to write genotype filename even when there was no selecti...zsloan
2021-05-10fix f string typouditgulati
2021-05-10use f string in gsearchuditgulati
2021-05-10add ServerSideTable to gsearch geno and pheno tablesuditgulati
2021-05-10move geno chr, mb to gsearch main query for phenotype searchuditgulati
2021-05-10update gsearch pheno searchuditgulati
2021-05-10minor-fix:remove debug statementsAlexander Kabui
2021-05-10Merge branch 'testing' into feature/integrate-correlation-apiAlexander Kabui
2021-05-10use new correlation code in endpointAlexander Kabui
2021-05-10minor changes to interfaceAlexander Kabui
2021-05-10revert python pathAlexander Kabui
2021-05-10remove debug statementsAlexander Kabui
2021-05-10add previous endpoint for correlationAlexander Kabui
2021-05-09fix:add lit for trait listAlexander Kabui
2021-05-08tests: test_gen_menu: Remove app_context initialisationBonfaceKilz
2021-05-08utility: startup_config: Use python3 f-stringsBonfaceKilz
2021-05-08utility: startup_config: Break up long import statementBonfaceKilz
2021-05-08utility: startup_config: Remove dead commentsBonfaceKilz
2021-05-08wqflask: Process MySQL URI and store the result in the global scopeBonfaceKilz
2021-05-08api: gen_menu: Inject MySQL conn object and use that for queriesBonfaceKilz
2021-05-08api: router: Inject MySQL object when fetching menu itemsBonfaceKilz
2021-05-08tests: test_gen_menu: Update failing testsBonfaceKilz
2021-05-07Display cofactors = None on the loading page if there are no cofactorszsloan
2021-05-07Check if num_bootstrap is in start_vars, since it won't exist for non-qtlreap...zsloan
2021-05-07Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-05-07Fixed issue that caused /submit_trait page to not load properlyzsloan
2021-05-07Add typing + autopep8 formattingAlexander Kabui
2021-05-07remove comments prettify htmlAlexander Kabui
2021-05-07minor fixAlexander Kabui
2021-05-07fix tweets widthAlexander Kabui
2021-05-07modify blog list uiAlexander Kabui
2021-05-07add function for fetching blogsAlexander Kabui
2021-05-07add template for blogsAlexander Kabui
2021-05-07add blogs blueprintAlexander Kabui
2021-05-06Forgot to add brackets around list comprehension, so added themzsloan
2021-05-06Merge pull request #565 from zsloan/bug/fix_rqtl_covariateszsloan
2021-05-06Used a list comprehension for perm_vals as mentioned in Bonface's commentzsloan