aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-08add ckeditor to mechanical robAlexander Kabui
2020-12-08replace item with columnAlexander Kabui
2020-12-08refactor filter datatable functionAlexander Kabui
2020-12-08replace return with filter for conditional queries for correlationsAlexander 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-07add ↵Alexander Kabui
cytocape.min.js,cytoscape-panzoom.js,cytoscape.js-panzoom.css,cytoscape-qtip.js to mechanical rob
2020-12-07delete Dt-bootstrapAlexander Kabui
2020-12-07replace bootstrap jsAlexander Kabui
2020-12-07add non-responsive bootstrap cssAlexander Kabui
2020-12-07replace boostrap docs cssAlexander Kabui
2020-12-07replace boostrap cssAlexander Kabui
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 datatable/images in cssAlexander 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 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-06Merge pull request #504 from BonfaceKilz/feature/display-svg-graph-of-depsBonfaceKilz
Feature/display svg graph of deps
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-06Merge pull request #503 from Alexanderlacuna/bugfix/gemma-mapping-testsBonfaceKilz
update tests for run_gemma
2020-12-05Merge pull request #501 from Alexanderlacuna/bugfix/markdown-links-fixBonfaceKilz
Bugfix/edit button to actual markdown
2020-12-05add pep8 formattingAlexander Kabui
2020-12-05modify tests for run_gemmaAlexander Kabui
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