Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-03 | wqflask: views: Add author name to generated diff's filename | BonfaceKilz | |
2021-08-03 | templates: display_files: Add a a reject button | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Put csv "oownload" button above "Browse" | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Remove link to the approve page | BonfaceKilz | |
2021-08-03 | wqflask: views: Flash messages during edits | BonfaceKilz | |
2021-08-03 | wqflask: views: Get the publishdata_id from the file | BonfaceKilz | |
2021-08-03 | wqflask: views: Filter out approved/ rejected files during display | BonfaceKilz | |
* wqflask/wqflask/views.py (approve_data): Only show files that have not been approved/ rejected. | |||
2021-08-03 | wqflask: views: Replace `update_raw` with `update_sample_data` | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Add some margin to links for csv download | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Properly centre form controls | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Use proper page header for this page | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: add some form of padding upload button | BonfaceKilz | |
2021-08-03 | edit_phenotype: Remove duplicate html | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Add file upload and "approval" buttons | BonfaceKilz | |
2021-08-03 | templates: edit_phenotype: Add enctype to form cause of file uploads | BonfaceKilz | |
2021-08-03 | wqflask: views: Return the json data for viewing | BonfaceKilz | |
* wqflask/wqflask/views.py (display_file): New function. | |||
2021-08-03 | wqflask: views: Approve data when the "approve" button is clicked | BonfaceKilz | |
* wqflask/wqflask/views.py (approve_data): New function. | |||
2021-08-03 | wqflask: views: Show diff files for the admin | BonfaceKilz | |
* wqflask/wqflask/views.py (display_diffs_admin): New function. * wqflask/wqflask/templates/display_files.html: New template to show the diffs. | |||
2021-08-03 | wqflask: views: Process file_csv if provided and get the diff | BonfaceKilz | |
* wqflask/wqflask/views.py (update_phenotype): If a file is provided in the request, get the diff and store it in a data escrow. | |||
2021-08-03 | wqflask: views: Remove un-necessary comment "#" sequence | BonfaceKilz | |
2021-08-03 | wqflask: views: Edit end-point to use the phenotype-id | BonfaceKilz | |
squash! wqflask: views: Edit end-point to use the phenotype-id | |||
2021-08-03 | wqflask: views: Add endpoint for getting the csv data | BonfaceKilz | |
2021-07-23 | minor fixes for test_correlation_page table columns | Alexander Kabui | |
2021-07-23 | set compute_all for test_compute to True | Alexander Kabui | |
2021-07-23 | handle missing tissue input data | Alexander Kabui | |
2021-07-13 | Fixed corr_coeffient to corr_coefficient | zsloan | |
2021-07-12 | Encode user_id as bytestring if not already bytestring to account for some ↵ | zsloan | |
user_ids being stored as different encoding | |||
2021-07-12 | Merge pull request #590 from Alexanderlacuna/bugfix/rpy2-tissue-broken-links | BonfaceKilz | |
replace rpy2 for tissue correlation | |||
2021-07-12 | fix merge conflict | Alexander Kabui | |
2021-07-12 | tests: test_markdown_routes: Remove stubbed out tests | BonfaceKilz | |
2021-07-12 | templates: show_trait_details: Show edit buttons conditionally | BonfaceKilz | |
* wqflask/wqflask/templates/show_trait_details.html: Check the data type, and load different edit buttons. | |||
2021-07-12 | wqflask: views: Add route for updating the probeset | BonfaceKilz | |
2021-07-12 | templates: edit_probeset: Add template for editing probeset data | BonfaceKilz | |
* wqflask/wqflask/templates/edit_probeset.html: New file(template). | |||
2021-07-12 | wqflask: views: Add extra route showing probeset editing form | BonfaceKilz | |
* wqflask/wqflask/views.py (edit_probeset): New function/ route. | |||
2021-07-12 | wqflask: views: Rename endpoint for editing a trait | BonfaceKilz | |
* wqflask/wqflask/views.py (edit_trait): Rename to edit_phenotype. Also rename the endpoint to "/trait/<name>/edit/inbredset-id/<inbred_set_id>" to indicate that and inbredset-id is required. This endpoint will be only used for phenotypes. Finally, render the "edit_phenotype.html" template (update_trait): Rename to update_phenotype. Also, remove hard-coded redirect, and replace it with the correct values. * wqflask/wqflask/templates/edit_trait.html: Rename to edit_phenotype.html | |||
2021-07-09 | Merge pull request #587 from zsloan/feature/use_gn3_for_correlations | zsloan | |
Feature/use gn3 for correlations | |||
2021-07-09 | Merge branch 'testing' into feature/use_gn3_for_correlations | zsloan | |
2021-07-09 | Remove commented out function do_bicor | zsloan | |
2021-07-09 | Only show literature and tissue correlation options if the trait's dataset ↵ | zsloan | |
is type ProbeSet | |||
2021-07-09 | Changed compute_corr_for_top_results to also do sample correlation when ↵ | zsloan | |
literature or tissue correlation are selected | |||
2021-07-08 | Don't do calculates for max column widths if there are no new results; ↵ | zsloan | |
previously threw an error | |||
2021-07-08 | Set a reasonable starting width for genotype search results | zsloan | |
2021-07-08 | Improved width of checkbox column for gene global search a bit | zsloan | |
2021-07-08 | Only use Scroller when there are more than 5 results, since it can cause ↵ | zsloan | |
issues if there are only a few rows and the window size is small | |||
2021-07-08 | Gave initial width to search result table that prevents header misalignment ↵ | zsloan | |
issue and improved widths for a couple columns + made checkbox column sortable | |||
2021-07-07 | Removed width: 100% from the sample-table CSS, since its initial width is ↵ | zsloan | |
explicitly set as a function of which columns exist | |||
2021-07-07 | Set default widths for the common columns for the samplee table + set ↵ | zsloan | |
autoWidth to false + fix the logic with how the DataTable is initially loaded | |||
2021-07-07 | Set beginning width for trait table | zsloan | |
2021-07-06 | replace rpy2 for tissue corr | Alexander Kabui | |
2021-07-06 | fix gn2 links | Alexander Kabui | |