aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-25Fixed issue in get_diff_of_vals that caused the diff to be calculated wrong (...zsloan
2021-08-25Add map scale option that was missing for groups with only a single genotype ...zsloan
2021-08-25Fix issue that could cause an error when doing cM mappingzsloan
2021-08-25Fix issue that could cause mapping_scale to not be set correctly in show_trai...zsloan
2021-08-24README: on installing GN2Pjotr Prins
2021-08-24README: minor editsPjotr Prins
2021-08-24README: install with guix profilePjotr Prins
2021-08-23Merge pull request #599 from zsloan/bug/fix_mapping_recompute_issuezsloan
2021-08-23Removed unused variable from list of 'wanted' variables for mappingzsloan
2021-08-23Fixed issue with the way categorical_vars and perm_strata were being passed t...zsloan
2021-08-23Account for situations where the minimum permutation value is also above webq...zsloan
2021-08-23Fix get_perm_strata to usethe Ids for case attributes instead of names + allo...zsloan
2021-08-23Fix the way categorical_var_list is set to account for case attribute Ids bei...zsloan
2021-08-23Include categorical_vars in mapping_results.html so they're included when rec...zsloan
2021-08-23For some reason sample_data was being set twice, and the second time used a t...zsloan
2021-08-20Fixed some logic in trait.py that could cause a problem if a dataset_name was...zsloan
2021-08-20Fix issue where attempting to get the diff of vals for Temp traits was causin...zsloan
2021-08-20startup_config.py: Add DebugToobarExtension for wsgi DEBUG modeBonfaceKilz
2021-08-19Change color for Submit button when selecting covariates + move Back button t...zsloan
2021-08-19Fixed R/qtl 'select covariates' buttons to be the same as the changed ones fo...zsloan
2021-08-19Fixed issue in JS that caused filter_by_value to not work for case attributeszsloan
2021-08-19Fixed the way the drop-down for Filter by Value set values for the case attri...zsloan
2021-08-19Added type='button' to the mapping compute buttons in order to prevent them f...zsloan
2021-08-19Add hash of vals and diff of vals to template_vars passed to loading page in ...zsloan
2021-08-19Fix issues caused by the attribute keys being ids instead of names + fix issu...zsloan
2021-08-19Exclude attributes with only one distinct value as wellzsloan
2021-08-19Removed some unnecessary empty lines from loading.html JSzsloan
2021-08-19Added function for getting the diff of sample values before and after user ch...zsloan
2021-08-19Added hash of sample values and table of changed values to the loading pagezsloan
2021-08-19Added option to make collection default in the colorbox pop-upzsloan
2021-08-19Shorten 'Add to existing collection' button to 'Add'zsloan
2021-08-19Removed ID of 'submit' from the button in the cofactor select table, since it...zsloan
2021-08-19After removing all cofactors, return the size of the select element to 2zsloan
2021-08-19Changed Remove All button to Clear and changed Select and Clear button colorszsloan
2021-08-19Add some CSS changing the way the colorbox pop-up for adding covariates looks...zsloan
2021-08-19Add Removal All button that removes all currently added covariateszsloan
2021-08-19Update show_trait.js to make removing covariates work with the new select ele...zsloan
2021-08-19Update get_covariates_from_collection.js to properly interact with the select...zsloan
2021-08-19Replace textarea with multiple select element for displaying mapping covariateszsloan
2021-08-18Revert "wqflask: wsgi: Remove it"BonfaceKilz
2021-08-17Merge pull request #598 from zsloan/feature/add_filter_by_study_sampleszsloan
2021-08-17wqflask:.DS_Store: Delete itBonfaceKilz
2021-08-17wqflask: runserver: Add DebugToolbar when running in DEBUG modeBonfaceKilz
2021-08-17wqflask: views: Re-enable admin access in edit probesetBonfaceKilz
2021-08-17wqflask: wsgi: Remove itBonfaceKilz
2021-08-16Update URL for editing published traitBonfaceKilz
2021-08-16wqflask: views: Use "inbredset_id" in the "Edit Trait" URLBonfaceKilz
2021-08-16wqflask: views: Remove commented out code blocksBonfaceKilz
2021-08-16Add "Description" column to CaseAttributeBonfaceKilz
2021-08-13base: data_set: Remove unnecessary comments and logging statementsBonfaceKilz