Closed joshmoore closed 4 years ago
Here are the primary differences between this script and the one already existing in omero-cli-zarr:
zarr.group(store=store, overwrite=True)
-- not sure if there is a functional difference.Thanks for the cleanup.
I also don't know about zarr.group(store=store, overwrite=True)
but omero-cli-zarr root = zarr.open_group(name, mode='w')
seems to be doing what we want.
👍
Looking at https://github.com/ome/omero-cli-zarr/blob/146706c86fb12b5052d806d98e7ac77277ca4b37/notebooks/idr0041-3430725-zarr-roi.ipynb this script should really be in that repository.