vcz-validator
March 16, 2026 ยท View on GitHub
A validator for VCF Zarr stores.
Installation
pip install vcz-validator
Usage
Command line
vcz-validate path/to/store.vcz
Python
from vcz_validator import validate
failures = validate("path/to/store.vcz")
for failure in failures:
print(failure.message)