We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that ome_zarr download is writing chunks with "dimension_separator": ".", even when downloading v0.4 data:
ome_zarr download
"dimension_separator": "."
$ ome_zarr download https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0138A/TimEmbryos-102219/HybCycle_0/MMStack_Pos0.ome.zarr/ --output MMStack_Pos0.ome.zarr $ ls -al MMStack_Pos0.ome.zarr/0/ total 250256 drwxr-xr-x 387 wmoore staff 12384 Oct 19 14:09 . drwxr-xr-x 10 wmoore staff 320 Oct 19 14:09 .. -rw-r--r-- 1 wmoore staff 385 Oct 19 14:09 .zarray -rw-r--r-- 1 wmoore staff 301361 Oct 19 14:09 0.0.0.0 -rw-r--r-- 1 wmoore staff 313241 Oct 19 14:09 0.0.0.1 -rw-r--r-- 1 wmoore staff 338394 Oct 19 14:09 0.0.0.2 ...
The text was updated successfully, but these errors were encountered:
Uff! That seems like quite the bug.
Sorry, something went wrong.
Fixed in #404
Successfully merging a pull request may close this issue.
It seems that
ome_zarr download
is writing chunks with"dimension_separator": "."
, even when downloading v0.4 data:The text was updated successfully, but these errors were encountered: