Age | Commit message (Expand) | Author |
2021-07-12 | templates: show_trait_details: Show edit buttons conditionally•••* wqflask/wqflask/templates/show_trait_details.html: Check the data
type, and load different edit buttons.
| BonfaceKilz |
2021-07-12 | wqflask: views: Add route for updating the probeset | BonfaceKilz |
2021-07-12 | templates: edit_probeset: Add template for editing probeset data•••* wqflask/wqflask/templates/edit_probeset.html: New file(template).
| BonfaceKilz |
2021-07-12 | wqflask: views: Add extra route showing probeset editing form•••* wqflask/wqflask/views.py (edit_probeset): New function/ route.
| BonfaceKilz |
2021-07-12 | wqflask: views: Rename endpoint for editing a trait•••* 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
| BonfaceKilz |
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 is... | zsloan |
2021-07-09 | Changed compute_corr_for_top_results to also do sample correlation when liter... | zsloan |
2021-07-08 | Don't do calculates for max column widths if there are no new results; previo... | zsloan |
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 issu... | zsloan |
2021-07-08 | Gave initial width to search result table that prevents header misalignment i... | zsloan |
2021-07-07 | Removed width: 100% from the sample-table CSS, since its initial width is exp... | zsloan |
2021-07-07 | Set default widths for the common columns for the samplee table + set autoWid... | zsloan |
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 |
2021-07-03 | Increased width of mapping options div and covariates window | zsloan |
2021-07-01 | Fixed issue with suggestive/significant lines extending beyond figure edge + ... | zsloan |
2021-07-01 | Fixed issue where the interval map QTL line might extend beyond the graph edg... | zsloan |
2021-07-01 | Fixed issue where zooming into chromosome 1 was causing the Y axis scaling to... | zsloan |
2021-07-01 | Fixed bug where there'd be an error if the max boot count is 0 for a chromosome | zsloan |
2021-07-01 | Added imports necessary for resizeable columns and removed unused code | zsloan |
2021-07-01 | Removed width from sample_group div and change table div ID to be distinct wh... | zsloan |
2021-07-01 | Changed initialize_show_trait_tables.js to include resizeable columns and dea... | zsloan |
2021-06-30 | Removed CSS that truncates cell content and adds an ellipses when the cell is... | zsloan |
2021-06-24 | Gave initial widths for dataset and description columns in gene global search | zsloan |
2021-06-24 | Implemented resizeable columns for phenotype global search | zsloan |
2021-06-24 | Changed the widths of the search and select top results fields to be more rea... | zsloan |
2021-06-24 | Added jquery-UI css for phenotype global search template | zsloan |
2021-06-24 | When getting maximum column widths, account for the way the Authors field lim... | zsloan |
2021-06-24 | Made large variety of changes to how widths are set; for some reason autoWidt... | zsloan |
2021-06-21 | Merge branch 'feature/add_resizeable_columns' of github.com:zsloan/genenetwor... | zsloan |
2021-06-21 | Added table_functions.js to gsearch_pheno.html | zsloan |
2021-06-21 | Implemented resizeable columns for gene global search + fixed the way change_... | zsloan |
2021-06-21 | Fixed indentation in table_functions.js | zsloan |
2021-06-21 | Fixed some indentation of JS | zsloan |
2021-06-21 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-06-18 | Changed limit from 2000 markers to 10000 markers for the number to show in ma... | zsloan |
2021-06-18 | Added Scroller to mapping results table | zsloan |
2021-06-18 | Replaced table_tools.js with table_functions.js (the correct filename) | zsloan |
2021-06-18 | Moved several table functions out of search_results.html and into new file ta... | zsloan |
2021-06-18 | Include table/table_id as parameters in setUseerColumnsDefWidths and saveColu... | zsloan |
2021-06-18 | Include table ID as input for get_checked_rows | zsloan |
2021-06-18 | Changed recheck_rows to include the DataTable as input in preparation for mov... | zsloan |
2021-06-18 | Temporarily replacing jquery-ui with the version that works with resizing Dat... | zsloan |
2021-06-18 | Fixed resizeable columns to work with show/hide columns option + keep rows ch... | zsloan |
2021-06-18 | Added checks in template for whether to explicitly set column width when wide... | zsloan |