A Python package for ensuring data quality in phenopackets and collections of phenopackets.
- Validate phenopacket with quality checks
Install with Poetry:
poetry add phenosentryor with pip:
pip install phenosentryPhenosentry can be used as a library.
See example.py for an example usage.
Run tests with:
poetry run pytestFormat the code with:
poetry run ruff formatRun linting with:
poetry run ruff check phenosentryMIT License