aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-28Re-added collect import in views.py since it was removed before (I'm guessing...zsloan
2021-05-27Merge pull request #579 from zsloan/feature/rqtl_with_gn3zsloan
2021-05-27Fix the way Mock is initializedzsloan
2021-05-27Change test_rqtl_mapping.py to account for full results being returned from t...zsloan
2021-05-27Fixed way MockGroup was initializedzsloan
2021-05-27Forgot to import dataclasszsloan
2021-05-27Fixed syntax mistake when creating dataclass in test_rqtl_mapping.pyzsloan
2021-05-27Removed parts of test_rqtl_mapping.py referring to process_perm_results and p...zsloan
2021-05-27Updated test_run_mapping.py to account for attribute keys being checked as lo...zsloan
2021-05-27Improved test_rqtl_mapping.py with Bonface's recommendation of uses dataclasseszsloan
2021-05-27Make all attribute names lowercase to deal with situations where sometimes th...zsloan
2021-05-27Add code writing perm_strata to phenotype input file in rqtl_mapping.py + fix...zsloan
2021-05-26doc: docker-container: Rename python3-genenetwork2 to genenetwork2BonfaceKilz
2021-05-26workflows: main: Use "bonfacekilz/genenetwork2:latest" docker imageBonfaceKilz
2021-05-26wqflask: views: Update comment when data is editedBonfaceKilz
2021-05-26wqflask: views: Import "fetchone" & "update" from "gn3.db"BonfaceKilz
2021-05-26Use @admin_login_required to only enable Rob to do edits to traitsBonfaceKilz
2021-05-26wqflask: views: Add method that updates the traitBonfaceKilz
2021-05-26templates: edit_trait: Submit publish_xref dataBonfaceKilz
2021-05-26wqflask: views: Remove unused importsBonfaceKilz
2021-05-26wqflask: views: Make imports top-levelBonfaceKilz
2021-05-26templates: edit_trait: Make form functional(add ability to submit)BonfaceKilz
2021-05-26wqflask: views: Add edit_trait pageBonfaceKilz
2021-05-26templates: edit_trait: Update edit btn to point to editing endpointBonfaceKilz
2021-05-26wqflask: views: Add extra endpoint to display individual trait editBonfaceKilz
2021-05-26templates: show_trait_details: Add an "[edit]" buttonBonfaceKilz
2021-05-26tests: test_gen_menu: Remove get_speciesBonfaceKilz
2021-05-26api: gen_menu: Replace get_species with get_all_species from gn3BonfaceKilz
2021-05-26db: webqtlDatabaseFunction: Remove commentBonfaceKilz
2021-05-26db: webqtlDatabaseFunction: Remove logger infoBonfaceKilz
2021-05-26wqflask: database: Replace one-line function with it's bodyBonfaceKilz
2021-05-26templates: edit_trait: Add form for editing a dataset (WIP)BonfaceKilz
2021-05-25Fixed/shortened get_categorical_variables function and correctly pass them to...zsloan
2021-05-25Removed code that processes output files, since this functionality is moved t...zsloan
2021-05-22Fixed the mocked return_value for requests.post to fix broken testzsloan
2021-05-22Fixed a couple broken testszsloan
2021-05-22Rewrote test_rqtl_mapping.py, though haven't done tests for all functions yetzsloan
2021-05-21Removed a couple unused parameters for run_rqtlzsloan
2021-05-21run_rqtl now reads in permutation outputzsloan
2021-05-21locustfile: Add new load test for a simple test-caseBonfaceKilz
2021-05-20Re-implemented R/qtl to get the results from the GN3 APIzsloan
2021-05-18Last commit failed to correctly change Y-axis position; this should fix thatzsloan
2021-05-18Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-05-18Fixed issue that caused the sample values in the Haplotype Analyst to be off ...zsloan
2021-05-17handle None for tissue input dataAlexander Kabui
2021-05-14Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-05-14Changed logic in SampleList to set num_cases_exists to False if all existing ...zsloan
2021-05-14Changed logic in has_num_cases to ignore N=1zsloan
2021-05-13pep8 formatting & delete commentsAlexander Kabui
2021-05-13integrate comute corr for top results in uiAlexander Kabui