aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07replace datatatable/jquery.js in templatesAlexander Kabui
2020-12-06Merge pull request #504 from BonfaceKilz/feature/display-svg-graph-of-deps...Feature/display svg graph of depsBonfaceKilz
2020-12-06Add descriptive paragraph for svg graph...* wqflask/wqflask/templates/environment.html: New paragraph. BonfaceKilz
2020-12-06add pep8 formattingAlexander Kabui
2020-12-06modify tests for run_gemmaAlexander Kabui
2020-12-06Add svg graph of inputs...* 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. BonfaceKilz
2020-12-06Merge pull request #503 from Alexanderlacuna/bugfix/gemma-mapping-tests...update tests for run_gemmaBonfaceKilz
2020-12-05Merge pull request #501 from Alexanderlacuna/bugfix/markdown-links-fix...Bugfix/edit button to actual markdownBonfaceKilz
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 a...zsloan
2020-12-04Added option to toggle columns on show_trait page, including case attribute c...zsloan
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 pull request #502 from zsloan/bug/fix_correlation_export...Bug/fix correlation exportzsloan
2020-12-04Merge branch 'testing' of github.com:genenetwork/genenetwork2 into bug/fix_co...zsloan
2020-12-04Fixed correlation export to export table contents instead of using the same e......Removed some unused imports zsloan
2020-12-04replace tree with blobAlexander Kabui
2020-12-04Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into bu...Alexander Kabui
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-guix...Feature/display deps from guixBonfaceKilz
2020-12-03Merge pull request #500 from zsloan/bug/fix_correlation_export...Bug/fix correlation exportzsloan
2020-12-03Changed a lot of the logic related to highlighting rows and disabling/enablin......Moved change_buttons where it can be used outside of search_results.js zsloan
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 s...zsloan
2020-12-03Fixed View Collection table drawCallback to correctly deal with check boxes a...zsloan
2020-12-04Display d3js chord dependency diagram of gn2 dependenices...* 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. BonfaceKilz
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 any...zsloan
2020-12-03Converted the submit_traits_to_export_or_bnw function to using DataTables API...zsloan
2020-12-03Convert trait/dataset names to strings, since phenotype names were being trea...zsloan
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 page...* wqflask/wqflask/templates/environment.html: Delete edit button. The dependency file is autogenerated from guix. BonfaceKilz
2020-12-03add support for multiple tablesAlexander Kabui
2020-12-03add table row indexAlexander Kabui
2020-12-03add hide empty column in table scriptAlexander Kabui
2020-12-02Missed a syntax typo in last commitzsloan
2020-12-02Updated Funding line in search result exportzsloan
2020-12-02Added trait URLs to search page exportzsloan
2020-12-02Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-12-02Added index to search result exportzsloan
2020-12-02Merge pull request #498 from zsloan/bug/heatmap_fix...Made changes that should fix Heatmap errors + removed a console.log i…zsloan
2020-12-02Made changes that should fix Heatmap errors + removed a console.log in panelu...zsloan