- 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)
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)