aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
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
2021-02-01Randomized phenotype input file for GEMMA instead of just using the group ↵zsloan
and trait name
2021-01-31modify password strength messageAlexander Kabui
2021-01-31modify check for password strengthAlexander Kabui
2021-01-31replace javascript-zxcvbn-async with javascript-zxcvbnAlexander Kabui
2021-01-31Update sql query in testBonfaceKilz
* wqflask/tests/unit/wqflask/api/test_gen_menu.py (test_build_datasets_with_type_mrna): Update sql query to fix failing test
2021-01-31Merge pull request #513 from Alexanderlacuna/replace-bootstrapBonfaceKilz
Replace bootstrap lib
2021-01-30Fixed issue that was causing the Verify button link to not be generated ↵zsloan
correctly
2021-01-30Changed dropdown menu to sort mRNA assay datasets by OrderList instead of ↵zsloan
CreateTime
2021-01-29Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵Alexander Kabui
replace-bootstrap