aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 export...Also refactor the way the exports and BNW submission are done zsloan
2022-05-10Add button for new collection exportzsloan
2022-05-06Compute pcorrs with selected target traits...Modify the code to request computation of partial correlations with selected traits rather than a complete dataset. Frederick Muriuki Muriithi
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 page...* 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. BonfaceKilz
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....* README.md (Development): Link to continuous deployment. Arun Isaac
2022-05-04Add text-field for the "Volume" of a PublicationBonfaceKilz
2022-05-03Replace references of "publish_xref.pubmed_id" with "publication.id"...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. BonfaceKilz
2022-05-03Put contents into "container" divs to get similar styling...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. Frederick Muriuki Muriithi
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
2022-04-26Add left float to permutation histogram so it appears correctly...relative to other figures zsloan
2022-04-21Change searches to interpret any string starting with c/C as chromosome...Previously search terms with chromosome as a parameter would only search for Chr or chr specifically; this changes them to detect any string starting with a C/c (so it would detect, for example, 'ch4' as chromosome 4) zsloan
2022-04-21Fix error caused by traits without LRS values on collection pagezsloan
2022-04-21Fix issue with collection page export...There were some extra spaces/newline characters in the checkbox table cell that were causing the javascript fetching trait info to not work correctly (it was trying to select the first item in the table cell, which in this case was the space/newline characters instead of the checkbox itself). Removing those characters seem to fix the export. zsloan
2022-04-20Fix issue where mapping figure wasn't horizontally scrolling when the...window is less wide than it zsloan
2022-04-20Remove extra template bracketzsloan
2022-04-19Add scatterplot link for additive effect in mapping resultszsloan
2022-04-18Add BXD-Micturition to BXD-equivalent groups...This is necessary for the coloring of the gene band rectangles to work correctly (because a query it runs needs the BXD strain ID) zsloan
2022-04-14Adjust mapping results page to prevent the mapping options at the top of...the page from being too far to the right zsloan
2022-04-14Add group code to loading pages when applicable...This adds the group code to phenotype traits on loading pages, and also sets the group code as an attribute of the dataset.group class. zsloan
2022-04-14Increase tool-button-container min-width...This increases the min-width for the search/collection page tool button container, since previously the Partial Correlation button would get shoved below when the window was too narrow. It needed to be increased to account for that button. zsloan
2022-04-14wqflask: Mock db connection when fetching case attributes...* wqflask/tests/integration/wqflask/test_metadata_edits.py (test_show_case_attributes): Mock "database_connection". Fixes this failing test: <https://ci.genenetwork.org/jobs/genenetwork2/223> BonfaceKilz
2022-04-14Register the port in the app configsFrederick Muriuki Muriithi
2022-04-14Provide db port when present...Sometimes the system uses a port to connect to the database, rather than a socket, so if the port is present, provide it as part of the connection arguments. Frederick Muriuki Muriithi
2022-04-14Trigger the CI after mariadb restartFrederick Muriuki Muriithi
2022-04-14Use `MySQLdb.connect` rather than `MySQLdb.Connect`Frederick Muriuki Muriithi
2022-04-14Debug: Add logging to track db connection creation and stopping...As part of debugging the "Too many connections" error to the database, this commit adds logging to track the creation of connections to the database, and their eventual closing. debug-too-many-connections-errorFrederick Muriuki Muriithi
2022-04-12Replace get_allowable_sampledata_headers with get_case_attributes...* wqflask/wqflask/metadata_edits.py: Remove "get_allowable_sampledata_headers" import. (display_phenotype_metadata): Use "get_case_attributes" to fetch all the allowable case attributes. BonfaceKilz
2022-04-12List out case-attrs from database; and add link to case-attr pageBonfaceKilz
2022-04-12Don't create db engine for static files...There is no need to create a database engine for requests for static files like CSS files and javascript files. This commit checks for and skips the creation of the engine for such requests. Frederick Muriuki Muriithi
2022-04-12Remove unused database code...Remove code for connecting to the database that is not actually used in the application in any sensible form. Frederick Muriuki Muriithi
2022-04-07Add submit buttons to the top of the edit pageBonfaceKilz