sgkit-dev / bio2zarr

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

Run on zarr-python v3 with zarr-format v2 #288

Open tomwhite opened 3 days ago

tomwhite commented 3 days ago

This is like #284, but the Zarr format is always v2, even when zarr-python v3 is being used. This is the approach I took for the Zarr v3 support in sgkit. This limits the scope of the changes, however there are still test failures under both zarr-python v2 and v3.

This still needs quite a lot of work, so I've opened it as a draft.

jeromekelleher commented 3 days ago

Nice :+1: