Age | Commit message (Collapse) | Author |
|
Feature/add glossary page
|
|
feature/add-glossary-page
|
|
|
|
* wqflask/wqflask/static/new/css/markdown.css: New file.
* wqflask/wqflask/templates/glossary.html: add markdown id to markdown
container.
|
|
encoded as bytes and traits encoded as strings, since temp traits created before and after the Python 3 switchover will have different encoding
|
|
Temp trait
|
|
using the wrong name was causing correlations to not work.
|
|
* wqflask/wqflask/static/markdown/glossary.md: Update file.
|
|
awkward gap between the column show/hide buttons and the table, and this table will be changed to use Scroller instead of paging soon regardless
|
|
changes (for some reason none of my changes could be pushed from one of my local branches to origin/testing, so they're combined in this commit)
- Fixed a couple column header glossary links to point to GN1
- Added trait_list.css for styling a couple elements common to similar pages (like correlations or view collection)
|
|
options, since they would look weird if the window shrunk below a certain width
Also made some indentation more consistent
|
|
to call them, but pages like search results, view collection, and correlation results)
|
|
accordion sections, since previously it could get too narrow and cause text to extend beyong the borders of each accordion area
|
|
keep naming consistent) I forgot to change the references in show_trait_mapping_tools.js (which broke the functionality of clicking a tab doing mapping)
|
|
Fix sorting on the Tissue and Literature r/rho columns in correlation page
|
|
natural-minus-na so it deals with the "--" values
* wqflask/wqflask/templates/correlation_page.html - Replaced numeric-html sorting with natural-minus-na for the lit/tissue r columns
|
|
|
|
|
|
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py
(test_render_markdown_when_fetching_locally): Fix failing test.
|
|
|
|
|
|
|
|
Add more tests for show trait module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug/haplotype analyst error fix
|
|
to be compatible with Python 3 syntax
* wqflask/base/GeneralObject.py - edited docstring to be correct for Python 3
|
|
Python 3
* wqflask/wqflask/marker_regression/display_mapping_results.py - The arguments for sort are different in Python 3, so it was changed to be compatible
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py:
(MockRequests404): Pass self in all properties.
(MockRequests200): Ditto.
(test_render_markdown): Rename to
test_render_markdown_when_fetching_locally.
(test_render_markdown_when_fetching_remotely): New test.
|
|
Joined sample names in primary_samples and all_samples with commas be…
|
|
this list was being split to get the N of samples; not sure why this was working before
* wqflask/wqflask/show_trait/show_trait.py primary_samples and all_samples passed as hidden form inputs now have names split by commas so they can be counted correctly when displaying the N on the mapping loading screen
|
|
* wqflask/tests/integration/test_glossary.py: Delete it. Earlier
renamed to test_markdown_routes.
|
|
* wqflask/tests/unit/wqflask/test_markdown_routes.py: New tests.
|
|
|
|
* .github/ISSUE_TEMPLATE/bug_report.md: Provide explanations in
commented out blocks.
* .github/ISSUE_TEMPLATE/feature_request.md: Ditto.
* .github/PULL_REQUEST_TEMPLATE.md: Ditto.
* .github/ISSUE_TEMPLATE/user_story.md: Ditto.
|
|
* wqflask/wqflask/markdown_routes.py
(render_markdown): New function.
(glossary): use render_markdown function.
|
|
* .github/workflows/main.yml: Update gn2 container.
|
|
|
|
|
|
Evary page with markdown content will have routes added in
markdown_routes.py
* markdown_routes.py: New file.
* wqflask/wqflask/glossary.py: Delete it.
* wqflask/wqflask/__init__.py: Update import.
|
|
test-showtrait
|
|
|
|
|
|
|
|
In python3 the default encoding is utf-8 so this is redundant.
|