Age | Commit message (Expand) | Author |
2020-12-07 | add buttons.datatables css | Alexander Kabui |
2020-12-07 | add replace colorbox css | Alexander Kabui |
2020-12-07 | replace datatable-scroller in templates | Alexander Kabui |
2020-12-07 | replace datatable/images in css | Alexander Kabui |
2020-12-07 | replace purescript-genome-browser css in templates | Alexander Kabui |
2020-12-07 | replace purescript_genome_browser in templates | Alexander Kabui |
2020-12-07 | replace ckeditor in templates | Alexander Kabui |
2020-12-07 | replace underscore-string in templates | Alexander Kabui |
2020-12-07 | replace underscore js in templates | Alexander Kabui |
2020-12-07 | replace nouislider css in templates | Alexander Kabui |
2020-12-07 | replace nouislider js in templates | Alexander Kabui |
2020-12-07 | replace ctyoscape-qtip js in templates | Alexander Kabui |
2020-12-07 | replace cytoscape panzoom css in templates | Alexander Kabui |
2020-12-07 | replace cytoscape-panzoom js in templates | Alexander Kabui |
2020-12-07 | replace cytoscape js in templates | Alexander Kabui |
2020-12-07 | replace jscolor lib in templates | Alexander Kabui |
2020-12-07 | replace colorbox jquery.colorbox in templates | Alexander Kabui |
2020-12-07 | replace jszip lib in templates | Alexander Kabui |
2020-12-07 | replace jstat in templates | Alexander Kabui |
2020-12-07 | replace js_alt/parsley in templates | Alexander Kabui |
2020-12-07 | replace js_alt/timeago in templates | Alexander Kabui |
2020-12-07 | replace datatatable/jquery.js in templates | Alexander Kabui |
2020-12-06 | Add descriptive paragraph for svg graph•••* wqflask/wqflask/templates/environment.html: New paragraph.
| BonfaceKilz |
2020-12-06 | add pep8 formatting | Alexander Kabui |
2020-12-06 | modify tests for run_gemma | Alexander Kabui |
2020-12-06 | Add 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-05 | Merge pull request #501 from Alexanderlacuna/bugfix/markdown-links-fix•••Bugfix/edit button to actual markdown | BonfaceKilz |
2020-12-04 | Removed some logging statements from gemma_mapping.py | zsloan |
2020-12-04 | Fixed issue where chromosome names weren't being fetched correctly, causing a... | zsloan |
2020-12-04 | Added option to toggle columns on show_trait page, including case attribute c... | zsloan |
2020-12-04 | Fixed typo | zsloan |
2020-12-04 | Gave a margin to the More Options field so it doesn't look bad | zsloan |
2020-12-04 | Limited the mean to 3 digits on correlation page | zsloan |
2020-12-04 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into bug/fix_co... | zsloan |
2020-12-04 | Fixed correlation export to export table contents instead of using the same e...•••Removed some unused imports
| zsloan |
2020-12-04 | replace tree with blob | Alexander Kabui |
2020-12-04 | Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into bu... | Alexander Kabui |
2020-12-04 | fix typo in wqflask/markdown_routes.py | Alexander Kabui |
2020-12-04 | fix edit links to correct markdown page | Alexander Kabui |
2020-12-04 | Merge pull request #497 from BonfaceKilz/feature/display-deps-from-guix•••Feature/display deps from guix | BonfaceKilz |
2020-12-03 | Changed 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-03 | Fixed drawCallback for correlation page table and added the Invert button | zsloan |
2020-12-03 | Fixed drawCallback JS to work correctly and removed change_buttons function s... | zsloan |
2020-12-03 | Fixed View Collection table drawCallback to correctly deal with check boxes a... | zsloan |
2020-12-04 | Display 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-03 | Added Invert button to search result page | zsloan |
2020-12-03 | Changed invert function to use DataTables API so it can also work with Scroller | zsloan |
2020-12-03 | Fixed select_all and deselect_all to use DataTables API so they work with any... | zsloan |
2020-12-03 | Converted the submit_traits_to_export_or_bnw function to using DataTables API... | zsloan |
2020-12-03 | Convert trait/dataset names to strings, since phenotype names were being trea... | zsloan |