Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | Display d3js chord dependency diagram of gn2 dependenices | BonfaceKilz | |
* 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-03 | Center-align the table header and left-align the table body | BonfaceKilz | |
2020-12-03 | Move css from environment.html to markdown.css | BonfaceKilz | |
2020-12-03 | Remove edit button in environments page | BonfaceKilz | |
* wqflask/wqflask/templates/environment.html: Delete edit button. The dependency file is autogenerated from guix. | |||
2020-12-01 | Fetch file from systempath when loading "/environments" route | BonfaceKilz | |
* wqflask/wqflask/markdown_routes.py: (render_markdown): Extend function to check whether "file_name" is to be fetched remotely or locally in syspath. (environments): Extend route to fetch from syspath if dependency file exists there; otherwise fetch remotely from Github as a fallback. | |||
2020-12-01 | Add new function to fetch md file from sys paths | BonfaceKilz | |
* wqflask/wqflask/markdown_routes.py: New imports. (get_file_from_python_search_path): New function. | |||
2020-12-01 | Remove stale comment | BonfaceKilz | |
2020-11-27 | Merge pull request #492 from Alexanderlacuna/feature/add-markdown-pages | BonfaceKilz | |
Feature/add markdown pages | |||
2020-11-27 | edit css for static page | Alexander Kabui | |
2020-11-27 | update to edit text in static templates | Alexander Kabui | |
2020-11-27 | add new github button and css | Alexander Kabui | |
2020-11-27 | add edit image | Alexander Kabui | |
2020-11-26 | Merge pull request #491 from zsloan/feature/manhattan_plot_coloring | zsloan | |
Feature/manhattan plot coloring | |||
2020-11-26 | Changed the way the chromosome colors for the "color by chr" manhattan plot ↵ | zsloan | |
option are stored to using a list comprehension on a list of the just the hex strings | |||
2020-11-27 | remove commented code | Alexander Kabui | |
2020-11-26 | use css block in templates and remove comments | Alexander Kabui | |
2020-11-26 | add doc string for render_markdown in wqflask/markdown_routes.py | Alexander Kabui | |
2020-11-26 | pep8 format for blue_print,url_prefix | Alexander Kabui | |
2020-11-26 | delete environment endpoint in wqflask/views.py | Alexander Kabui | |
2020-11-26 | PEP8 format and remove unnecessary comments | Alexander Kabui | |
2020-11-26 | refactor render_markdown function in wqflask/markdown_routes.py | Alexander Kabui | |
2020-11-26 | add and register facilities blueprint | Alexander Kabui | |
2020-11-26 | add facilities page | Alexander Kabui | |
2020-11-26 | delete environments html pagE | Alexander Kabui | |
2020-11-26 | add table extension to support conversion of markdown tables to HTML | Alexander Kabui | |
2020-11-26 | add and register environments blueprint | Alexander Kabui | |
2020-11-26 | remove environment from /wqflask/views.py | Alexander Kabui | |
2020-11-26 | add environment markdown | Alexander Kabui | |
2020-11-26 | add re-used css to markdown.css for easy maintenance and reusability | Alexander Kabui | |
2020-11-26 | add links page | Alexander Kabui | |
2020-11-26 | add endpoint for polices,environments and policies | Alexander Kabui | |
2020-11-26 | add edit button in glossary page | Alexander Kabui | |
2020-11-26 | register view,policies blueprint | Alexander Kabui | |
2020-11-26 | add policies page | Alexander Kabui | |
2020-11-26 | build url for functions | Alexander Kabui | |
2020-11-26 | add css for container | Alexander Kabui | |
2020-11-26 | remove static views form wqflask/view.py | Alexander Kabui | |
2020-11-26 | delete templates/links page | Alexander Kabui | |
2020-11-26 | move css to markdown and add references | Alexander Kabui | |
2020-11-26 | delete reference html page | Alexander Kabui | |
2020-11-26 | modify github button | Alexander Kabui | |
2020-11-26 | modify references links | Alexander Kabui | |
2020-11-26 | register references blueprint | Alexander Kabui | |
2020-11-26 | add reference markdown and github button | Alexander Kabui | |
2020-11-25 | Added actual code for coloring manhattan plot differently to ↵ | zsloan | |
display_mapping_results.py | |||
2020-11-25 | Added code for passing around form parameters related to manhattan plot ↵ | zsloan | |
coloration to run_mapping.py and views.py | |||
2020-11-25 | Added form options for changing manhattan plot color scheme + added ↵ | zsloan | |
necessary imports and hidden inputs | |||
2020-11-25 | Removed an unused console.timeEnd in the JS | zsloan | |
2020-11-25 | Substituted CDN link to the font-awesome CSS with the local guix profile link | zsloan | |
2020-11-25 | Merge pull request #489 from Alexanderlacuna/fix-references | BonfaceKilz | |
Fix broken UI |