Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Added back the option to edit privileges on trait pages, since the metadata ↵ | zsloan | |
edit button had replaced it | |||
2021-09-20 | Prevent the default submit action | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Prevent the default submit action. | |||
2021-09-20 | Fix id used. | Frederick Muriuki Muriithi | |
2021-09-20 | Move "Clustered Heatmap" button to separate form | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Move the button out of the "export_form" into a new "heatmaps_form" to avoid some weird JS interaction that showed up. | |||
2021-09-20 | Implement proof-of-concept code to submit data | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Implement some javascript to activate the "Clustered Heatmap" button. This commit provides a proof-of-concept implementation to help with identifying the requirements for sending and receiving of the heatmaps data. | |||
2021-09-20 | Provide UI elements for clustered heatmap generation | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * wqflask/wqflask/collect.py: provide hard-coded URL for testing * wqflask/wqflask/templates/collections/view.html: provide button Provide a button to trigger the heatmap generation. As a test, we also provide a hard-coded URL for the API endpoint to get the heatmap data. | |||
2021-09-16 | wqflask: views: Redirect to the correct URL after phenotype update | BonfaceKilz | |
2021-09-14 | Replace / with _ in the mapping results filename, due to / causing issues ↵ | zsloan | |
with being translated to directories | |||
2021-09-14 | Replace / with _ in the file hashes in rqtl_mapping.py, since they get ↵ | zsloan | |
translated to directories | |||
2021-09-13 | Change mapping export filename to use the path passed from run_mapping, ↵ | zsloan | |
instead of the generic mapping_results.csv | |||
2021-09-13 | Change mapping export filename to use the trait hash | zsloan | |
2021-09-13 | Add trait name and trait hash to exported mapping results | zsloan | |
2021-09-13 | Include some extra metadata in the mapping page details (in addition to the ↵ | zsloan | |
figure itself) | |||
2021-09-13 | Change Genotype File text to only show the meaningful genotype deescription | zsloan | |
2021-09-13 | Temporarily point the View in GN1 button to gn1-lily.genenetwork.org since ↵ | zsloan | |
some features aren't working on gn1.genenetwork.org yet | |||
2021-09-11 | Add Jupyter Notebook Launcher to Tools dropdown menu | jgart | |
2021-09-10 | Fix issue with the way the template was checking if genofile_string was set; ↵ | zsloan | |
it was receiving an empty string, so the previous logic made it think there was a genofile string when there wasn't one | |||
2021-09-10 | Removed encoding, since it's apparently not needed since the Python 3 ↵ | zsloan | |
switchover (and was causing there to be no matches between user IDs and groups) | |||
2021-09-09 | Change trait name to display name in the metadata at the top of the page (so ↵ | zsloan | |
group codes will be includes in phenotype IDs | |||
2021-09-09 | Replaced trait name with trait display name in display_mapping_results so ↵ | zsloan | |
the group codes will be includes in phenotype IDs | |||
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 ↵ | zsloan | |
something wrong with the 'get_probeset_data' function (not sure why this function exists) | |||
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 ↵ | zsloan | |
page when permutations weren't used (because it wrongly expected the permutation histogram to always exist) | |||
2021-09-03 | Fix issue where values written to phenotype file for R/qtl sometimes had ↵ | zsloan | |
trailing decimal values by grounding to 3 places past the decimal | |||
2021-08-27 | Fix pair_scan button to not submit twice | zsloan | |
2021-08-26 | Fixed pair_scan to pairscan since that's what the parameter is when passed ↵ | zsloan | |
to gn3 and rqtl_wrapper.R | |||
2021-08-26 | Add pair_scan default value to hddn params in show_trait.py | zsloan | |
2021-08-26 | Only store js_data if not using pair_scan (which doesn't need it) + remove ↵ | zsloan | |
unused code from the previous pair_scan implementation | |||
2021-08-26 | Set pair_scan to true when pair_scan is used | zsloan | |
2021-08-26 | Changed the pair-scan template to work with the R/qtl pair-scan results and ↵ | zsloan | |
d3panels figure; still need to add table and permutation results | |||
2021-08-26 | Fixed bug caused by pair_scan not always being set to a default | zsloan | |
2021-08-26 | Store figure and table data for pair_scan in run_mapping.py | zsloan | |
2021-08-26 | Added pair_scan parameter to rqtl_mapping.run_rqtl and fixed setting ↵ | zsloan | |
mapmethod_rqtl and mapmodel_rqtl in run_mapping.py | |||
2021-08-26 | Added defaults for mapmethod_rqtl and mapmodel_rqtl to show_trait.py | zsloan | |
2021-08-26 | Changed mapmethod/mapmodel variables names in mapping_results_page (the way ↵ | zsloan | |
these variables are passed is really dumb but I'm not sure how to better deal with the situation) | |||
2021-08-26 | Fixed mapmethod/mapmodel variables names in mapping_input_list | zsloan | |
2021-08-26 | Fixed some issues with the Pair Scan options and JS | zsloan | |
2021-08-26 | Added JS for submitting pair scan from trait page | zsloan | |
2021-08-26 | Added Pair Scan options to the Mapping Tools tab in the trait page | zsloan | |
2021-08-26 | Added check for pair_scan in start_vars | 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 | |
(due to one set of values being rounded to 3 digits and the other not | |||
2021-08-25 | Add map scale option that was missing for groups with only a single genotype ↵ | zsloan | |
file | |||
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 ↵ | zsloan | |
show_trait.py | |||
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 ↵ | zsloan | |
to the template | |||
2021-08-23 | Account for situations where the minimum permutation value is also above ↵ | zsloan | |
webqtlConfig.MAXLRS; previously threw an error |