aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-01Fetch file from systempath when loading "/environments" routeBonfaceKilz
* 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-01Add new function to fetch md file from sys pathsBonfaceKilz
* wqflask/wqflask/markdown_routes.py: New imports. (get_file_from_python_search_path): New function.
2020-12-01Remove stale commentBonfaceKilz
2020-11-27Merge pull request #492 from Alexanderlacuna/feature/add-markdown-pagesBonfaceKilz
Feature/add markdown pages
2020-11-27edit css for static pageAlexander Kabui
2020-11-27update to edit text in static templatesAlexander Kabui
2020-11-27add new github button and cssAlexander Kabui
2020-11-27add edit imageAlexander Kabui
2020-11-26Merge pull request #491 from zsloan/feature/manhattan_plot_coloringzsloan
Feature/manhattan plot coloring
2020-11-26Changed 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-27remove commented codeAlexander Kabui
2020-11-26use css block in templates and remove commentsAlexander Kabui
2020-11-26add doc string for render_markdown in wqflask/markdown_routes.pyAlexander Kabui
2020-11-26pep8 format for blue_print,url_prefixAlexander Kabui
2020-11-26delete environment endpoint in wqflask/views.pyAlexander Kabui
2020-11-26PEP8 format and remove unnecessary commentsAlexander Kabui
2020-11-26refactor render_markdown function in wqflask/markdown_routes.pyAlexander Kabui
2020-11-26add and register facilities blueprintAlexander Kabui
2020-11-26add facilities pageAlexander Kabui
2020-11-26delete environments html pagEAlexander Kabui
2020-11-26add table extension to support conversion of markdown tables to HTMLAlexander Kabui
2020-11-26add and register environments blueprintAlexander Kabui
2020-11-26remove environment from /wqflask/views.pyAlexander Kabui
2020-11-26add environment markdownAlexander Kabui
2020-11-26add re-used css to markdown.css for easy maintenance and reusabilityAlexander Kabui
2020-11-26add links pageAlexander Kabui
2020-11-26add endpoint for polices,environments and policiesAlexander Kabui
2020-11-26add edit button in glossary pageAlexander Kabui
2020-11-26register view,policies blueprintAlexander Kabui
2020-11-26add policies pageAlexander Kabui
2020-11-26build url for functionsAlexander Kabui
2020-11-26add css for containerAlexander Kabui
2020-11-26remove static views form wqflask/view.pyAlexander Kabui
2020-11-26delete templates/links pageAlexander Kabui
2020-11-26move css to markdown and add referencesAlexander Kabui
2020-11-26delete reference html pageAlexander Kabui
2020-11-26modify github buttonAlexander Kabui
2020-11-26modify references linksAlexander Kabui
2020-11-26register references blueprintAlexander Kabui
2020-11-26add reference markdown and github buttonAlexander Kabui
2020-11-25Added actual code for coloring manhattan plot differently to ↵zsloan
display_mapping_results.py
2020-11-25Added code for passing around form parameters related to manhattan plot ↵zsloan
coloration to run_mapping.py and views.py
2020-11-25Added form options for changing manhattan plot color scheme + added ↵zsloan
necessary imports and hidden inputs
2020-11-25Removed an unused console.timeEnd in the JSzsloan
2020-11-25Substituted CDN link to the font-awesome CSS with the local guix profile linkzsloan
2020-11-25Merge pull request #489 from Alexanderlacuna/fix-referencesBonfaceKilz
Fix broken UI
2020-11-24solve issues to do with decoding in python3Alexander Kabui
2020-11-23Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan