aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-12Encode user_id as bytestring if not already bytestring to account for some us...zsloan
2021-07-12Merge pull request #590 from Alexanderlacuna/bugfix/rpy2-tissue-broken-linksBonfaceKilz
2021-07-12fix merge conflictAlexander Kabui
2021-07-12tests: test_markdown_routes: Remove stubbed out testsBonfaceKilz
2021-07-12templates: show_trait_details: Show edit buttons conditionallyBonfaceKilz
2021-07-12wqflask: views: Add route for updating the probesetBonfaceKilz
2021-07-12templates: edit_probeset: Add template for editing probeset dataBonfaceKilz
2021-07-12wqflask: views: Add extra route showing probeset editing formBonfaceKilz
2021-07-12wqflask: views: Rename endpoint for editing a traitBonfaceKilz
2021-07-09Merge pull request #587 from zsloan/feature/use_gn3_for_correlationszsloan
2021-07-09Merge branch 'testing' into feature/use_gn3_for_correlationszsloan
2021-07-09Remove commented out function do_bicorzsloan
2021-07-09Only show literature and tissue correlation options if the trait's dataset is...zsloan
2021-07-09Changed compute_corr_for_top_results to also do sample correlation when liter...zsloan
2021-07-08Don't do calculates for max column widths if there are no new results; previo...zsloan
2021-07-08Set a reasonable starting width for genotype search resultszsloan
2021-07-08Improved width of checkbox column for gene global search a bitzsloan
2021-07-08Only use Scroller when there are more than 5 results, since it can cause issu...zsloan
2021-07-08Gave initial width to search result table that prevents header misalignment i...zsloan
2021-07-07Removed width: 100% from the sample-table CSS, since its initial width is exp...zsloan
2021-07-07Set default widths for the common columns for the samplee table + set autoWid...zsloan
2021-07-07Set beginning width for trait tablezsloan
2021-07-06replace rpy2 for tissue corrAlexander Kabui
2021-07-06fix gn2 linksAlexander Kabui
2021-07-03Increased width of mapping options div and covariates windowzsloan
2021-07-01Merge pull request #589 from zsloan/bug/fix_zoomed_mapping_scalingzsloan
2021-07-01Fixed issue with suggestive/significant lines extending beyond figure edge + ...zsloan
2021-07-01Fixed issue where the interval map QTL line might extend beyond the graph edg...zsloan
2021-07-01Fixed issue where zooming into chromosome 1 was causing the Y axis scaling to...zsloan
2021-07-01Fixed bug where there'd be an error if the max boot count is 0 for a chromosomezsloan
2021-07-01Added imports necessary for resizeable columns and removed unused codezsloan
2021-07-01Removed width from sample_group div and change table div ID to be distinct wh...zsloan
2021-07-01Changed initialize_show_trait_tables.js to include resizeable columns and dea...zsloan
2021-06-30Removed CSS that truncates cell content and adds an ellipses when the cell is...zsloan
2021-06-28Added doc for creating guix profile, written by Bonfacezsloan
2021-06-24Gave initial widths for dataset and description columns in gene global searchzsloan
2021-06-24Implemented resizeable columns for phenotype global searchzsloan
2021-06-24Changed the widths of the search and select top results fields to be more rea...zsloan
2021-06-24Added jquery-UI css for phenotype global search templatezsloan
2021-06-24When getting maximum column widths, account for the way the Authors field lim...zsloan
2021-06-24Made large variety of changes to how widths are set; for some reason autoWidt...zsloan
2021-06-21Merge branch 'feature/add_resizeable_columns' of github.com:zsloan/genenetwor...zsloan
2021-06-21Added table_functions.js to gsearch_pheno.htmlzsloan
2021-06-21Implemented resizeable columns for gene global search + fixed the way change_...zsloan
2021-06-21Fixed indentation in table_functions.jszsloan
2021-06-21Fixed some indentation of JSzsloan
2021-06-21Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-06-21Merge pull request #588 from zsloan/feature/add_scroller_to_mapping_resultszsloan
2021-06-18Changed limit from 2000 markers to 10000 markers for the number to show in ma...zsloan
2021-06-18Added Scroller to mapping results tablezsloan