sgkit-dev / bio2zarr

Convert bioinformatics file formats to Zarr
Apache License 2.0
25 stars 7 forks source link

Inspect fails for datasets with out consolidated metadata #276

Open benjeffery opened 1 month ago

benjeffery commented 1 month ago

at https://github.com/sgkit-dev/bio2zarr/blob/main/bio2zarr/vcf2zarr/vcz.py#L27 the directiory is checked for .zmetadata. Datasets without this are perfectly valid, but fail this check. Maybe check for .zattrs instead?