Age | Commit message (Expand) | Author |
2021-09-10 | Fix issue with the way the template was checking if genofile_string was set; ... | zsloan |
2021-09-10 | Removed encoding, since it's apparently not needed since the Python 3 switcho... | zsloan |
2021-09-09 | Merge pull request #600 from zsloan/feature/add_more_mapping_metadata•••Feature/add more mapping metadata | zsloan |
2021-09-09 | Change trait name to display name in the metadata at the top of the page (so ... | zsloan |
2021-09-09 | Replaced trait name with trait display name in display_mapping_results so the... | zsloan |
2021-09-07 | Add trait hash and datetime to mapping figure | zsloan |
2021-09-07 | Add timer to loading page to track how long the process has been running | zsloan |
2021-09-05 | Fixed issue that caused sample data to not be fetched correctly; there's some... | zsloan |
2021-09-03 | Allow categorical_var_list to be passed as a template variable | zsloan |
2021-09-03 | Fix issue that caused javascript to not work on the R/qtl mapping result page... | zsloan |
2021-09-03 | Fix issue where values written to phenotype file for R/qtl sometimes had trai... | zsloan |
2021-08-25 | Fix issue where correlation results weren't included parents/f1s | zsloan |
2021-08-25 | Fixed issue in get_diff_of_vals that caused the diff to be calculated wrong (... | zsloan |
2021-08-25 | Add map scale option that was missing for groups with only a single genotype ... | zsloan |
2021-08-25 | Fix issue that could cause an error when doing cM mapping | zsloan |
2021-08-25 | Fix issue that could cause mapping_scale to not be set correctly in show_trai... | zsloan |
2021-08-24 | README: on installing GN2 | Pjotr Prins |
2021-08-24 | README: minor edits | Pjotr Prins |
2021-08-24 | README: install with guix profile | Pjotr Prins |
2021-08-23 | Merge pull request #599 from zsloan/bug/fix_mapping_recompute_issue•••Bug/fix mapping recompute issue | zsloan |
2021-08-23 | Removed unused variable from list of 'wanted' variables for mapping | zsloan |
2021-08-23 | Fixed issue with the way categorical_vars and perm_strata were being passed t... | zsloan |
2021-08-23 | Account for situations where the minimum permutation value is also above webq... | zsloan |
2021-08-23 | Fix get_perm_strata to usethe Ids for case attributes instead of names + allo... | zsloan |
2021-08-23 | Fix the way categorical_var_list is set to account for case attribute Ids bei... | zsloan |
2021-08-23 | Include categorical_vars in mapping_results.html so they're included when rec... | zsloan |
2021-08-23 | For some reason sample_data was being set twice, and the second time used a t... | zsloan |
2021-08-20 | Fixed some logic in trait.py that could cause a problem if a dataset_name was... | zsloan |
2021-08-20 | Fix issue where attempting to get the diff of vals for Temp traits was causin... | zsloan |
2021-08-20 | startup_config.py: Add DebugToobarExtension for wsgi DEBUG mode•••* wqflask/utility/startup_config.py (app_config): Add
DebugToolbarExtension
| BonfaceKilz |
2021-08-19 | Change color for Submit button when selecting covariates + move Back button t... | zsloan |
2021-08-19 | Fixed R/qtl 'select covariates' buttons to be the same as the changed ones fo... | zsloan |
2021-08-19 | Fixed issue in JS that caused filter_by_value to not work for case attributes | zsloan |
2021-08-19 | Fixed the way the drop-down for Filter by Value set values for the case attri... | zsloan |
2021-08-19 | Added type='button' to the mapping compute buttons in order to prevent them f... | zsloan |
2021-08-19 | Add hash of vals and diff of vals to template_vars passed to loading page in ... | zsloan |
2021-08-19 | Fix issues caused by the attribute keys being ids instead of names + fix issu... | zsloan |
2021-08-19 | Exclude attributes with only one distinct value as well | zsloan |
2021-08-19 | Removed some unnecessary empty lines from loading.html JS | zsloan |
2021-08-19 | Added function for getting the diff of sample values before and after user ch... | zsloan |
2021-08-19 | Added hash of sample values and table of changed values to the loading page | zsloan |
2021-08-19 | Added option to make collection default in the colorbox pop-up | zsloan |
2021-08-19 | Shorten 'Add to existing collection' button to 'Add' | zsloan |
2021-08-19 | Removed ID of 'submit' from the button in the cofactor select table, since it... | zsloan |
2021-08-19 | After removing all cofactors, return the size of the select element to 2 | zsloan |
2021-08-19 | Changed Remove All button to Clear and changed Select and Clear button colors | zsloan |
2021-08-19 | Add some CSS changing the way the colorbox pop-up for adding covariates looks... | zsloan |
2021-08-19 | Add Removal All button that removes all currently added covariates | zsloan |
2021-08-19 | Update show_trait.js to make removing covariates work with the new select ele... | zsloan |
2021-08-19 | Update get_covariates_from_collection.js to properly interact with the select... | zsloan |