aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2021-09-25Add progress indicator. Handle errors....Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Add a progress indicator to show the user that there is some progress happening, so that they can wait. Add a function to handle any errors that arise. Frederick Muriuki Muriithi
2021-09-25Remove hard-coded URL; use configured URL...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * etc/default_settings.py: remove duplicate configuration variable * wqflask/wqflask/collect.py: use the configured url for the API server Use the configured URL rather that the hard-coded URL that was used for testing out the clustered heatmap generation. Frederick Muriuki Muriithi
2021-09-23Clear any existing image on subsequent clicks...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * If the user clicks on the "Clustered Heatmap" button, the system should remove any previously existing clustered heatmap image and replace it with the new image. Frederick Muriuki Muriithi
2021-09-23Move the heatmap display area to before the table...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Move the heatmap area to before the data table, so that once the heatmap is generated, it shows up before the table, and the user is able to see what happened. Frederick Muriuki Muriithi
2021-09-22Cleanup code...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Remove unnecessary console.log(...) statements that were used in development * Re-arrange the html elements * Rename element id Frederick Muriuki Muriithi
2021-09-22Test heatmap creation from serialized figure...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Attempt using the figure, serialized as JSON, to display the clustered heatmap. Frederick Muriuki Muriithi
2021-09-20Prevent the default submit action...Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * Prevent the default submit action. Frederick Muriuki Muriithi
2021-09-20Fix id used.Frederick Muriuki Muriithi
2021-09-20Move "Clustered Heatmap" button to separate form...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. Frederick Muriuki Muriithi
2021-09-20Implement proof-of-concept code to submit data...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. Frederick Muriuki Muriithi
2021-09-20Provide UI elements for clustered heatmap generation...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. Frederick Muriuki Muriithi
2021-09-16wqflask: views: Redirect to the correct URL after phenotype updateBonfaceKilz
2021-09-14Replace / with _ in the mapping results filename, due to / causing issues wit...zsloan
2021-09-14Replace / with _ in the file hashes in rqtl_mapping.py, since they get transl...zsloan
2021-09-13Change mapping export filename to use the path passed from run_mapping, inste...zsloan
2021-09-13Change mapping export filename to use the trait hashzsloan
2021-09-13Add trait name and trait hash to exported mapping resultszsloan
2021-09-13Include some extra metadata in the mapping page details (in addition to the f...zsloan
2021-09-13Change Genotype File text to only show the meaningful genotype deescriptionzsloan
2021-09-13Temporarily point the View in GN1 button to gn1-lily.genenetwork.org since so...zsloan
2021-09-11Add Jupyter Notebook Launcher to Tools dropdown menujgart
2021-09-10Fix issue with the way the template was checking if genofile_string was set; ...zsloan
2021-09-10Removed encoding, since it's apparently not needed since the Python 3 switcho...zsloan
2021-09-09Change trait name to display name in the metadata at the top of the page (so ...zsloan
2021-09-09Replaced trait name with trait display name in display_mapping_results so the...zsloan
2021-09-07Add trait hash and datetime to mapping figurezsloan
2021-09-07Add timer to loading page to track how long the process has been runningzsloan
2021-09-05Fixed issue that caused sample data to not be fetched correctly; there's some...zsloan
2021-09-03Allow categorical_var_list to be passed as a template variablezsloan
2021-09-03Fix issue that caused javascript to not work on the R/qtl mapping result page...zsloan
2021-09-03Fix issue where values written to phenotype file for R/qtl sometimes had trai...zsloan
2021-08-25Fix issue where correlation results weren't included parents/f1szsloan
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-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 mode...* wqflask/utility/startup_config.py (app_config): Add DebugToolbarExtension BonfaceKilz
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