Closed joshmoore closed 4 years ago
(zarr) mtbc@ls28101:~/src/omero-ms-zarr/zarr$ ../src/scripts/rechunk.py -h
File "../src/scripts/rechunk.py", line 49
help=("comma-separated string of chunk sizes "
^
IndentationError: unexpected indent
(zarr) mtbc@ls28101:~/src/omero-ms-zarr/zarr$ /usr/bin/env python --version
Python 3.7.7
Permits copying an array from one Zarr store to another while applying a new chunk size. Dask
from_zarr
andto_zarr
are used to perform this in parallel. For long running tasks, a dashboard can be activated with--distributed
to watch the processing occur. Multiscale metadata will need to be updated for the Zarr group after the fact.