aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15Webinars have been added to tutorials.htmlacentenoArthur Centeno
2021-06-15Merge branch 'testing' of github.com:genenetwork/genenetwork2 into acentenoArthur Centeno
2021-06-15Adding new content to tutorials.htmlArthur Centeno
2021-06-14Temporarily return None for tissue correlation and remove rpy2 importszsloan
2021-06-14Removed unused rpy code from show_corr_results.pyzsloan
2021-06-14Comment out PCA code and remove rpy2 imports in correlation matrix codezsloan
2021-06-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-06-08Changed StringIO to BytesIO since it apparently needs to be useed with ZipFil...zsloan
2021-06-08Fix issue where some groups apparently don't have samplelistszsloan
2021-06-08templates: edit_trait: Display edited fields for every modificationBonfaceKilz
2021-06-07Changed the padding for the checkbox cells in the search result page and chan...zsloan
2021-06-07Change padding for checkbox cells + removed set widths for Dataset and Descri...zsloan
2021-06-07Define the table and then do the_table.draw() to fix issue where column heade...zsloan
2021-06-07Define the table and then do the_table.draw() to fix issue where column heade...zsloan
2021-06-07Merge pull request #584 from zsloan/feature/add_scroller_gsearchzsloan
2021-06-07templates: edit_trait: Display diffs as a tableBonfaceKilz
2021-06-07wqflask: views: Pass diffs to template for further processingBonfaceKilz
2021-06-07wqflask: views: Re-order imports and remove dead commentsBonfaceKilz
2021-06-07wqflask: views: Insert data into metadata_audit tableBonfaceKilz
2021-06-07wqflask: views: Replace "simplejson" with "json"BonfaceKilz
2021-06-07wqflask: views: Remove null-check for formsBonfaceKilz
2021-06-07templates: edit_trait: Use correct name for text-area fieldBonfaceKilz
2021-06-07templates: edit_trait: Add hidden inputs that contain old valuesBonfaceKilz
2021-06-07Update class docstringjgart
2021-06-04Set widths for column in gene global search + set min-width for table as a wholezsloan
2021-06-03Change LRS scores of 0.000 to N/A since they're listed wrong in the DB + fix ...zsloan
2021-06-03Changed gsearch_pheno template to use Scroller and also set column widthszsloan
2021-06-03Implemented Scroller with gene global search; for the time being this disable...zsloan
2021-06-03Made the code for setting some trait fields (like additive, mean, max_lrs_tex...zsloan
2021-06-01Fixed issue that caused attribute alignments to be off by one positionzsloan
2021-06-01Made Genotype drop-down a little wider, since the genotype file names can be ...zsloan
2021-06-01Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-06-01Make the container div for the trait table have a minimum width scaling off o...zsloan
2021-06-01templates: edit_trait: Use correct textarea "name" for post_pub_descBonfaceKilz
2021-06-01templates: edit_trait: Add "changed" class to hidden input valuesBonfaceKilz
2021-06-01templates: edit_trait: Only submit form elements that have changedBonfaceKilz
2021-05-28Added comment clarifying the situation with views.py importszsloan
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