- Fixed the "Block by Attribute Value" feature...- Changed the "Block by Attribute Value" feature and the "Filter by Value" feature to only work on columns that are numeric or have a small number of distinct values (respectively)
Use docker image with markdown packaged...* .github/workflows/main.yml (jobs):
[container]: Use image that is on python3-genenetwork "ad741c1" which
has python-markdown packaged.
BonfaceKilz
2020-11-20
Replace mockobject with dataclasses...* wqflask/tests/unit/wqflask/test_markdown_routes.py
(MockRequests404): Use dataclasses.
(MockRequests200): Ditto.
Remove glossary markdown template...* wqflask/wqflask/static/markdown/: Delete folder. Files moved to
https://github.com/genenetwork/gn-docs
BonfaceKilz
2020-11-19
Removed lines that check that all traits are part of the same group,...since it might be the case in the future that different groups still
share sample names (and it's not really necessary since we check how
many samples are shraed between each individual pair of traits)