aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-27Update case-attributes page to make it editableBonfaceKilz
2022-05-27Fix the url to the GN3 serverFrederick Muriuki Muriithi
2022-05-27Display correlation computation errors correctlyFrederick Muriuki Muriithi
- Display any correlation computation errors in a form that tells the user what they did wrong.
2022-05-27Fix UI ErrorsFrederick Muriuki Muriithi
- Display index correctly - Move checkbox element to the table body - Make progress indicator prominent
2022-05-26Enumerate rows and add checkboxesFrederick Muriuki Muriithi
2022-05-26Fetch the menu data from GN3Frederick Muriuki Muriithi
2022-05-26Indicate error if system in unable to fetch menuFrederick Muriuki Muriithi
2022-05-25Add 'submit' class to Submit button when selecting cofactorszsloan
This was mistakenly removed with a recent change and caused cofactors selection to stop working
2022-05-24Handle async results. Reduce poll time.Frederick Muriuki Muriithi
Handle asynchronous results for partial correlation against a select number of traits. Reduce the polling time from 10 seconds to 5 seconds
2022-05-19Change Pca to PCAzsloan
2022-05-17Make collection page tools open in new tab/windowzsloan
2022-05-17Include relevant CSS files in correlation scatterplot page to improve ↵zsloan
covariate selection appearance
2022-05-17Change collection table in get_covariates_from_collection to be the same as ↵zsloan
in get_traits_from_collection.js
2022-05-17Remove the Delete Collection option from the view collection page andzsloan
rename Delete Rows to just Remove
2022-05-16Check for queued results explicitlyFrederick Muriuki Muriithi
Rather than checking the status field, check for the queued field instead and only display the 'in progress' indicator when the computation has been queued for later.
2022-05-16Fix errors: with_target_db and target_traits issuesFrederick Muriuki Muriithi
- Ensure the 'with_target_db' value is set up correctly when sending request to GN3 API - Set up empty target traits list in case none has been provided
2022-05-10Ignore metadata when importing collection filezsloan
2022-05-10Add metadata to collection export filezsloan
2022-05-10Add user email to form so it can be included in collection export metadatazsloan
2022-05-10Add rest of JS/Python code for importing collections from fileszsloan
2022-05-10Export trait string in original formatzsloan
Previously I was splitting by colon to make it comma-delimited, but this is pointless since this file is going to be reformatted with the colons after being imported
2022-05-10Create import_collection functionzsloan
2022-05-10Add button for collection import and JS for submitting formzsloan
2022-05-10Display user email on collection list page when user_name doesn't existzsloan
2022-05-10Refactor JS code for exports somezsloan
2022-05-10Fix the way the collection name is stored in the formzsloan
2022-05-10Add collection export function/endpointzsloan
2022-05-10Change export_search_results_csv to export_traits_csv since it's more accuratezsloan
2022-05-10Add JS for submitting collection exportzsloan
Also refactor the way the exports and BNW submission are done
2022-05-10Add button for new collection exportzsloan
2022-05-06Compute pcorrs with selected target traitsFrederick Muriuki Muriithi
Modify the code to request computation of partial correlations with selected traits rather than a complete dataset.
2022-05-06Add UI for partial correlation against selected targetsFrederick Muriuki Muriithi
2022-05-06Make the results table dataTable classFrederick Muriuki Muriithi
2022-05-06Display the trait name in the header during editsBonfaceKilz
2022-05-06Move "Update History" to it's own pageBonfaceKilz
* wqflask/wqflask/metadata_edits.py (edit_phenotype): Move the logic for fetching the diff data from here to... (show_history): ... here. * wqflask/wqflask/templates/edit_phenotype.html: Move html section for displaying recent edits from here to ... * wqflask/wqflask/templates/edit_history.html: ... here.
2022-05-06Align the submit button to the leftBonfaceKilz
2022-05-06Remove the "Reset" buttonBonfaceKilz
2022-05-06Re-order the form fields to match the APA citation styleBonfaceKilz
2022-05-06Fix typos; "Pre" and "Post", as prefixes, aren't standalone wordsBonfaceKilz
2022-05-06Remove the "Sequence" form fieldBonfaceKilz
2022-05-06Adjust the row-size of the "Authors" field to 3BonfaceKilz
2022-05-06Shrink the rows of the "Volume" field to 1BonfaceKilz
2022-05-05Change mm9 to mm10 for creating the UCSC Genome Browser linkzsloan
2022-05-05Link to continuous deployment in README.Arun Isaac
* README.md (Development): Link to continuous deployment.
2022-05-04Add text-field for the "Volume" of a PublicationBonfaceKilz
2022-05-03Replace references of "publish_xref.pubmed_id" with "publication.id"BonfaceKilz
See: https://issues.genenetwork.org/issues/edit-metadata-bugs.html * wqflask/wqflask/metadata_edits (edit_phenotype): When diffing, should there be a null, use a "" during page display. Also, use the "publication.id_" instead of "publication.pubmed_id" when updating a publication. * wqflask/wqflask/templates/edit_phenotype.html: In the HTML form, use values of "publication" instead of "publish_xref" when referring to a publication.
2022-05-03Put contents into "container" divs to get similar stylingFrederick Muriuki Muriithi
Put the contents of the partial correlations pages between the <div class="container"></div> tags to take advantage of the existing styling of the content, especially regarding margins and paddings.
2022-04-30Add tool-button-container class to tool button div in correlation resultszsloan
2022-04-29Add non-CaseAttribute allowable headerszsloan
2022-04-29Set headers since it seems to have not been set before getting referencedzsloan