aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
2021-02-18Fixed remaining issue with gen_menu query to also sort by CreateTime, change ↵zsloan
OrderList sort to put NULLs at bottom, and exclude datasets with public = 0
2021-02-18Fixed gen_menu to order ProbeSet datasets correctly - needed to remove DESCzsloan
2021-02-17Fixed error caused by user IDs being encoded as byteszsloan
2021-02-16Changed a couple loops to checking if value is in a list comprehensionzsloan
2021-02-16Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-16Added iDisplayLength to search result table that should fix the issue where ↵zsloan
it was only showing 10 results when there are between 10 and 20 results
2021-02-13fix:broken-linksAlexander Kabui
2021-02-13replace broken links with textAlexander Kabui
2021-02-13add styles for broken linksAlexander Kabui
2021-02-12Fixed row highlighting for Interval Analyst tablezsloan
2021-02-12Changed default to No for cofactors with qtlreaperzsloan
2021-02-11Removed some log statementszsloan
2021-02-11Ensure trait description_display is setzsloan
2021-02-10Fixed phenotype sample_data API request to use the correct trait IDszsloan
2021-02-10Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-10Changed parser.py to account for the ? wildcard in the same way as GN1, but ↵zsloan
I suspect GN1 isn't actually doing this correctly (might have to do with switch to MariaDB)
2021-02-10delete commented libsAlexander Kabui
2021-02-10replace jscolor in mapping_results.htmlAlexander Kabui
2021-02-10delete nouislider directoryAlexander Kabui
2021-02-10delete ./js-external dirAlexander Kabui
2021-02-10delete smart-time-ago fileAlexander Kabui
2021-02-10delete purescript-genetics-browserAlexander Kabui
2021-02-10delete smart-time-ago directoryAlexander Kabui
2021-02-10delete underscore directoryAlexander Kabui
2021-02-10delete bootstrap directoryAlexander Kabui
2021-02-10delete colorbox directoryAlexander Kabui
2021-02-08Increased scroll height to 100vh for trait page sample tableszsloan
2021-02-08Called draw function on trait page tables in order to adjust their height on ↵zsloan
initial load if there aren't enough samples to fit the initial table height
2021-02-08Added CSS to fix the Scroller issue of a 0 appearing at the bottom of the tablezsloan
2021-02-08Fixed issue with correlation page info not having a good width and prevented ↵zsloan
buttons from wrapping when the window is small
2021-02-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-08Changed the table row highlighting logic such that clicking a trait link ↵zsloan
doesn't highlight/un-highlight the row
2021-02-08Changed min-width on the header navbar to prevent it wrapping when the ↵zsloan
window is smaller
2021-02-05Replace format and % strings with f-stringsBonfaceKilz
* wqflask/wqflask/marker_regression/gemma_mapping.py: Use f-strings which are easier to read. (generate_random_n_string): New function.
2021-02-05Remove commented out code and unused variablesBonfaceKilz
2021-02-05Apply auto-pep 8 formattingBonfaceKilz
* wqflask/wqflask/marker_regression/gemma_mapping.py: Run auto pep-8 to fix indentation and other issue.
2021-02-03Fixed lines that caused an error on search page if there were no resultszsloan
2021-02-02Disabled Scroller for search results when there are fewer than 20 results ↵zsloan
(in order to avoid strange behavior when there are only a handful of rows)
2021-02-02Made the Info buttons on the home page less widezsloan
2021-02-02Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-02Added the Info button for the group drop-down in the home page (that ↵zsloan
currently points to GN1)
2021-02-01replace colorbox linkAlexander Kabui
2021-02-01replace datatable scroller scrollerAlexander Kabui
2021-02-01replace underscore and d3js in show_trait.htmlAlexander Kabui
2021-02-01delete dt-boostrapAlexander Kabui
2021-02-01remove unused tabletools libAlexander Kabui
2021-02-01delete duplicate jszip libAlexander Kabui
2021-02-01delete obsolete json.js libAlexander Kabui
2021-02-01Fixed bug that was causing trait page export to not workzsloan
2021-02-01Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan