-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Labels
Milestone
Description
Please describe your wishes and possible alternatives to achieve the desired result.
https://zarr.readthedocs.io/en/stable/api/zarr/index.html#zarr.create_array has the shards
kwargs whose type (should be linked) actually apparently includes the auto
option. This is far simpler that using write_dispatched
. We should
- Add a setting to https://anndata.readthedocs.io/en/stable/generated/anndata.settings.html for
auto
sharding - Decide how this should interact with https://anndata.readthedocs.io/en/stable/generated/anndata.settings.html#anndata.settings.zarr_write_format since you actually can write zarr v2 sharded data (I think error out is the clear choice given possible read compatibility issues in other languages, to say the least)
- Update the zarr-v3 guide accordingly https://anndata.readthedocs.io/en/stable/tutorials/zarr-v3.html