aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
2020-12-09Merge branch 'testing' into replace-jsalt-libsBonfaceKilz
2020-12-09Merge branch 'testing' into replace-plotlyBonfaceKilz
2020-12-09Merge branch 'testing' into replace-ckeditorBonfaceKilz
2020-12-09Merge branch 'testing' into replace-jszipBonfaceKilz
2020-12-09Merge branch 'testing' into replace-jscolorBonfaceKilz
2020-12-09Merge branch 'testing' into replace-datatableBonfaceKilz
2020-12-09Merge branch 'testing' into replace-colorboxBonfaceKilz
2020-12-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-12-08Added hover text for BNW buttonszsloan
2020-12-08Merge branch 'testing' into replace-nouisliderBonfaceKilz
2020-12-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-12-08Show the total number of markers in the mapping results table instead of ↵zsloan
just the trimmed number
2020-12-08resolve conflictAlexander Kabui
2020-12-08Merge branch 'testing' into replace-purescript-genome-browserBonfaceKilz
2020-12-08Merge branch 'testing' into replace-cytoscapeBonfaceKilz
2020-12-08remove duplicates in base.htmlAlexander Kabui
2020-12-08replace d3-tip css in templatesAlexander Kabui
2020-12-08remove duplicate libsAlexander Kabui
2020-12-08remove duplicate lib in templates/base.htmlAlexander Kabui
2020-12-08replace plotly js in templatesAlexander Kabui
2020-12-07Merge pull request #508 from zsloan/feature/toggle_cols_trait_pagezsloan
Added option to toggle columns on show_trait page, including case att…
2020-12-07Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-12-07Fixed issue where the correlation scatterplot link wasn't being displayed ↵zsloan
after the recent correlation table changes Fixed issue where the Sample p(r/rho) sort wasn't sorting using scientific notation, which resulted in the initial sort being bad
2020-12-07Changed the logic in create_trait so that permissions should always be set, ↵zsloan
and added an assert that 'name' is passed instead of using if/else, since it should always be passed
2020-12-07Merge branch 'replace-datatatable-jquery' into replace-datatable-scrollerAlexander Kabui
2020-12-07add buttons.datatables cssAlexander Kabui
2020-12-07add replace colorbox cssAlexander Kabui
2020-12-07replace datatable-scroller in templatesAlexander Kabui
2020-12-07replace purescript-genome-browser css in templatesAlexander Kabui
2020-12-07replace purescript_genome_browser in templatesAlexander Kabui
2020-12-07replace ckeditor in templatesAlexander Kabui
2020-12-07replace nouislider css in templatesAlexander Kabui
2020-12-07replace nouislider js in templatesAlexander Kabui
2020-12-07replace ctyoscape-qtip js in templatesAlexander Kabui
2020-12-07replace cytoscape panzoom css in templatesAlexander Kabui
2020-12-07replace cytoscape-panzoom js in templatesAlexander Kabui
2020-12-07replace cytoscape js in templatesAlexander Kabui
2020-12-07replace jscolor lib in templatesAlexander Kabui
2020-12-07replace colorbox jquery.colorbox in templatesAlexander Kabui
2020-12-07replace jszip lib in templatesAlexander Kabui
2020-12-07replace jstat in templatesAlexander Kabui
2020-12-07replace js_alt/parsley in templatesAlexander Kabui
2020-12-07replace js_alt/timeago in templatesAlexander Kabui
2020-12-07replace datatatable/jquery.js in templatesAlexander Kabui
2020-12-06Add descriptive paragraph for svg graphBonfaceKilz
* wqflask/wqflask/templates/environment.html: New paragraph.
2020-12-06add pep8 formattingAlexander Kabui
2020-12-06modify tests for run_gemmaAlexander Kabui
2020-12-06Add svg graph of inputsBonfaceKilz
* wqflask/wqflask/markdown_routes.py: New import: "send_from_directory" (svg_graph): New function that adds route for svg_graph. * wqflask/wqflask/static/new/css/markdown.css: New style rules for svg graph. * wqflask/wqflask/templates/environment.html: Add new section for displaying svg graph.
2020-12-05Merge pull request #501 from Alexanderlacuna/bugfix/markdown-links-fixBonfaceKilz
Bugfix/edit button to actual markdown
2020-12-04Removed some logging statements from gemma_mapping.pyzsloan