Skip to content
New issue

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

ome_zarr download uses wrong dimension_separator #231

Open
will-moore opened this issue Oct 19, 2022 · 2 comments · May be fixed by #419
Open

ome_zarr download uses wrong dimension_separator #231

will-moore opened this issue Oct 19, 2022 · 2 comments · May be fixed by #419
Labels
bug Something isn't working

Comments

@will-moore
Copy link
Member

It seems that ome_zarr download is writing chunks with "dimension_separator": ".", even when downloading v0.4 data:

$ 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
...
@joshmoore
Copy link
Member

Uff! That seems like quite the bug.

@joshmoore joshmoore added the bug Something isn't working label Oct 31, 2022
@joshmoore joshmoore mentioned this issue Dec 18, 2024
@joshmoore
Copy link
Member

joshmoore commented Dec 18, 2024

Fixed in #404

@dstansby dstansby linked a pull request Dec 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants