aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2021-06-21Fixed some indentation of JSzsloan
2021-06-21Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
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
2021-06-18Replaced table_tools.js with table_functions.js (the correct filename)zsloan
2021-06-18Moved several table functions out of search_results.html and into new file ta...zsloan
2021-06-18Include table/table_id as parameters in setUseerColumnsDefWidths and saveColu...zsloan
2021-06-18Include table ID as input for get_checked_rowszsloan
2021-06-18Changed recheck_rows to include the DataTable as input in preparation for mov...zsloan
2021-06-18Temporarily replacing jquery-ui with the version that works with resizing Dat...zsloan
2021-06-18Fixed resizeable columns to work with show/hide columns option + keep rows ch...zsloan
2021-06-18Added checks in template for whether to explicitly set column width when wide...zsloan
2021-06-18Added some default widths for situations where some wide columns exist and au...zsloan
2021-06-18Store a dictionary of maximum widths for each field + create a variable indic...zsloan
2021-06-18Use autoWidth on initial table load, though I'll change this to only apply wh...zsloan
2021-06-18Set scrollX in all cases so the adjustablee columns also work for shorter res...zsloan
2021-06-18Added a parameter to prevent columnDefs from being overwritten on initial tab...zsloan
2021-06-18Made a variety of changes to make column resizeability work - the main issue ...zsloan
2021-06-18Added some CSS to make cell content cut off with ellipses if a column is narr...zsloan
2021-06-18Resolving conflict in search_result_page.htmlzsloan
2021-06-18Re-enable bicor as an option in the trait page templateezsloan
2021-06-18Reenable PCA for correlation matrixzsloan
2021-06-18Re-enable bicor for correlations and fix issue where ro.Vector needed to be c...zsloan
2021-06-17The listserv link was marked as broken but is working, so I made it a link ag...zsloan
2021-06-17UCSC Genome Browser link was marked as a broken link, but it apparently works...zsloan
2021-06-17Only show all-numerical attributes in the 'Filter samples by value' drop-downzsloan
2021-06-17Added function for getting list of attributes with all numerical values (that...zsloan
2021-06-17Fixed issue that caused filtering by attribute values to not work if attribut...zsloan
2021-06-17delete loggers and commentsAlexander Kabui
2021-06-17add f1list and parlist to primary_samplesAlexander Kabui
2021-06-17minor refactoringAlexander Kabui
2021-06-17sort sample name by sample_idsAlexander Kabui
2021-06-17remove print statementsAlexander Kabui
2021-06-17remove unused functions + minor fixesAlexander Kabui
2021-06-17minor fixAlexander Kabui
2021-06-17pep8 formattingAlexander Kabui
2021-06-17add query for fetching probeset dataAlexander Kabui
2021-06-17delete loggers and commentsAlexander Kabui
2021-06-17add f1list and parlist to primary_samplesAlexander Kabui
2021-06-17minor refactoringAlexander Kabui
2021-06-17sort sample name by sample_idsAlexander Kabui
2021-06-17remove print statementsAlexander Kabui
2021-06-17remove unused functions + minor fixesAlexander Kabui
2021-06-17minor fixAlexander Kabui
2021-06-17pep8 formattingAlexander Kabui
2021-06-17add query for fetching probeset dataAlexander Kabui
2021-06-16Fixed reference to target_trait['lrs_location'] that should have been target_...zsloan
2021-06-16Changed the function jsonable in trait.py to return a couple extra fields + t...zsloan
2021-06-16Added function as_dict to data_set.py for situations where we don't want to p...zsloan
2021-06-16Changed set_other_template_vars to set_template_varszsloan