aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
* wqflask/wqflask/decorators.py (admin_login_required): New decorator. * wqflask/wqflask/views.py (edit_trait): Use admin_login_required decorator.
2021-05-26wqflask: views: Add method that updates the traitBonfaceKilz
* wqflask/wqflask/views.py (update_trait): New function.
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
Should add some some authentication logic to this later since it's not supposed to be accessible to everyone.
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
* wqflask/wqflask/views.py (show_edit_trait_page): New function/ end-point.
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
* wqflask/wqflask/api/gen_menu.py (gen_dropdown_json): Use new `get_all_species` function. (get_species): Remove it.
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
* wqflask/wqflask/database.py (init_db): Remove it.
2021-05-26templates: edit_trait: Add form for editing a dataset (WIP)BonfaceKilz
2021-05-21locustfile: Add new load test for a simple test-caseBonfaceKilz
Load test fetching a single trait using Locust.
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
by 1
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
N are 1
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
2021-05-13add dataset and trait-name in ui templateAlexander Kabui
2021-05-13Fix load_phenotypes to run with GN2 latestArthur Centeno
2021-05-12Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-05-12Remove maxlength from value/SE input fields and base the width off of the ↵zsloan
max digits for that sample group's vals
2021-05-12Get max digits for each sample group's vals and create a function for ↵zsloan
getting a sample group's vals so the same logic isn't repeated several times
2021-05-11workflows: main.yml: Remove mysql service and update gn2 b/g taskBonfaceKilz
2021-05-11workflows: main.yml: Use mariadb as a serviceBonfaceKilz
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
Feature/integrate correlation api
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 ↵zsloan
selection for it, and also to have 'genotype file' be lowercase to match all other metadata labels
2021-05-10fix f string typouditgulati
2021-05-10use f string in gsearchuditgulati