aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-30autopep8: Fix E501BonfaceKilz
2021-04-30autopep8: Fix E401BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27...Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3 BonfaceKilz
2021-04-30add template for correlation resultAlexander Kabui
2021-04-29I think the import of collect.py got removed with recent changes, so I'm addi...zsloan
2021-04-29Merge pull request #569 from zsloan/bug/network_graph_fixes...Bug/network graph fixeszsloan
2021-04-29Merge branch 'testing' into bug/network_graph_fixeszsloan
2021-04-29Fix corr_scatter_plot url to include method - without method it was throwing ...zsloan
2021-04-29Don't draw edges between a trait and itselfzsloan
2021-04-29Changed the way sample data is fetched for network graph to include parents/f1szsloan
2021-04-29Merge pull request #566 from BonfaceKilz/Feature/Add-upload-data-forms...Chore/Cosmetic-changesBonfaceKilz
2021-04-29Merge branch 'testing' into Feature/Add-upload-data-formsBonfaceKilz
2021-04-29Run `sed -i 's/(object)//g'`...See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g' BonfaceKilz
2021-04-29base: trait: Remove unused function...* wqflask/base/trait.py (jsonable_table_row): Delete it. BonfaceKilz
2021-04-29base: data_set: Remove unused method...* wqflask/base/data_set.py (Dataset.get_accession_id): Delete it. BonfaceKilz
2021-04-29base: data_set: Apply pep-8BonfaceKilz
2021-04-29base: data_set: Remove unused method...* wqflask/base/data_set.py (riset): Delete class method. BonfaceKilz
2021-04-29base: data_set: Rewrite data_set using @dataclass...@dataclasses should be used to hold only data. Since dataset only encapsulates data, re-writing it using a dataclass makes it more readable and easier to follow. BonfaceKilz
2021-04-29tests: test_data_set: Update testBonfaceKilz
2021-04-29tests: unit: test_data_set: Remove unused mockBonfaceKilz
2021-04-29wqflask: show_trait: Autopep-8 bufferBonfaceKilz
2021-04-29wqflask: show_trait: Remove unused imports....* wqflask/wqflask/show_trait/show_trait.py: Delete unused imports. BonfaceKilz
2021-04-29wqflask: Add new js file for processing menu entries...* wqflask/wqflask/static/new/javascript/dataset_select_menu_edit_trait.js: New file. Copy of dataset_select_menu_orig.js that will later modified... * wqflask/wqflask/templates/edit_trait.html: Use :point_up:. BonfaceKilz
2021-04-29templates: edit_trait.html: Trim form to only contain selection menuBonfaceKilz
2021-04-29templates: edit_trait.html: Add extra fields for the form...Add form elements for selecting group, type, and dataset. This mimics the home page. BonfaceKilz
2021-04-29templates: edit_trait.html: Add comment headers...The comment headers mark different sections. BonfaceKilz
2021-04-29wqflask: views: Add new function for selecting a dataset...* wqflask/wqflask/views.py(edit_trait_page): New function. BonfaceKilz
2021-04-29templates: edit_trait.html: New file...Copy of submit_trait.html. This is a copy; that'll form the basis of the new edit page. BonfaceKilz
2021-04-29wqflask: views: Replace dict de-structuring with kw arguments...* wqflask/wqflask/views.py (submit_trait_form): Use kw arguments when passing variables to the template. This is more readable. BonfaceKilz
2021-04-28Merge pull request #568 from zsloan/bug/fix_gemma_temptrait_covariates...Fix the way temp traits are displayed when selecting covariates from a collectionzsloan
2021-04-28Added something to jsonable in trait.py to account for temp traits (this is n...zsloan
2021-04-28Merge pull request #567 from zsloan/bug/fix_gemma_temptrait_covariates...Account for temp traits when adding covariates with GEMMA mappingzsloan
2021-04-28Account for temp traits when adding covariates with GEMMA mappingzsloan
2021-04-28wqflask: views: Delete stale commentsBonfaceKilz
2021-04-28wqflask: views: Apply pep-8BonfaceKilz
2021-04-28Use right block level commentsBonfaceKilz
2021-04-28Remove stale commentsBonfaceKilz
2021-04-28Remove local variables that are unusedBonfaceKilz
2021-04-28wqflask: views: Remove news import...This name clashes with "def news" which is defined later. BonfaceKilz
2021-04-28wqflask: views.py: Clean up imports section...Remove unused imports and break up long imports into shorter lines. BonfaceKilz
2021-04-28minor fixes for correlationAlexander Kabui
2021-04-27Convert to array and transpose R/qtl scanone results when not using cofactors...zsloan
2021-04-27Randomized cross object filename, since I think it throws an error if the sam...zsloan
2021-04-27Stopped using the scanone function pointer when doing R/qtl mapping, since th......Instead the marker names are extracted from the scanone results using R immediately after they're generated, and then passed to process_rqtl_results zsloan
2021-04-27templates: submit_trait.html: Add field for inputting trait nameBonfaceKilz
2021-04-26fix:remove debug statements and commented codeAlexander Kabui
2021-04-26test for probe-type sample and tissueAlexander Kabui
2021-04-23debugging for fetching probe dataAlexander Kabui
2021-04-23Remove stale commentsBonfaceKilz