aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
2020-12-07replace underscore-string in templatesAlexander Kabui
2020-12-07replace underscore js 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
2020-12-04Fixed issue where chromosome names weren't being fetched correctly, causing ↵zsloan
an error in GEMMA
2020-12-04Added option to toggle columns on show_trait page, including case attribute ↵zsloan
columns
2020-12-04Fixed typozsloan
2020-12-04Gave a margin to the More Options field so it doesn't look badzsloan
2020-12-04Limited the mean to 3 digits on correlation pagezsloan
2020-12-04Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵zsloan
bug/fix_correlation_export
2020-12-04Fixed correlation export to export table contents instead of using the same ↵zsloan
export as other trait tables (that exports data) Removed some unused imports
2020-12-04replace tree with blobAlexander Kabui
2020-12-04Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵Alexander Kabui
bugfix/markdown-links-fix
2020-12-04fix typo in wqflask/markdown_routes.pyAlexander Kabui
2020-12-04fix edit links to correct markdown pageAlexander Kabui
2020-12-04Merge pull request #497 from BonfaceKilz/feature/display-deps-from-guixBonfaceKilz
Feature/display deps from guix
2020-12-03Changed a lot of the logic related to highlighting rows and ↵zsloan
disabling/enabling the Add/Copy/Remove buttons to use DataTables API Moved change_buttons where it can be used outside of search_results.js
2020-12-03Fixed drawCallback for correlation page table and added the Invert buttonzsloan
2020-12-03Fixed drawCallback JS to work correctly and removed change_buttons function ↵zsloan
since it's now in search_results.js
2020-12-03Fixed View Collection table drawCallback to correctly deal with check boxes ↵zsloan
and the Copy/Delete buttons and fixed an issue where extra white-space on either side of the checkboxes was causing some JS to not work correctly
2020-12-04Display d3js chord dependency diagram of gn2 dependenicesBonfaceKilz
* wqflask/wqflask/markdown_routes.py: Add new bs4 import. (references): Filter out javascript from the guix-generated d3js html file and pass it to the jinja template. * wqflask/wqflask/static/new/css/markdown.css: New styles for the graph content. * wqflask/wqflask/templates/environment.html: New graph content.
2020-12-03Added Invert button to search result pagezsloan
2020-12-03Changed invert function to use DataTables API so it can also work with Scrollerzsloan
2020-12-03Fixed select_all and deselect_all to use DataTables API so they work with ↵zsloan
any tables that use Scroller
2020-12-03Converted the submit_traits_to_export_or_bnw function to using DataTables ↵zsloan
API, since the JQuery it was previously using didn't work with Scroller
2020-12-03Convert trait/dataset names to strings, since phenotype names were being ↵zsloan
treated as integers
2020-12-03Increased correlation table vertical height to 100vhzsloan
2020-12-03add datatable filter for empty columnsAlexander Kabui
2020-12-03Center-align the table header and left-align the table bodyBonfaceKilz
2020-12-03Move css from environment.html to markdown.cssBonfaceKilz
2020-12-03Remove edit button in environments pageBonfaceKilz
* wqflask/wqflask/templates/environment.html: Delete edit button. The dependency file is autogenerated from guix.
2020-12-03add support for multiple tablesAlexander Kabui
2020-12-03add table row indexAlexander Kabui