sgkit-dev / bio2zarr

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

Inspect fails for datasets with out consolidated metadata #276

Open benjeffery opened 4 months ago

benjeffery commented 4 months 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?