-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multi-file images do not import correctly if nested in a .zarr folder #25
Comments
The top-level Zarr generated by I think there is an overlap with the issue reported in #18 i.e. when the Zarr group deviates from the case of a single multiresolution image, the reader is trying to discover more and we need to define the contract in that case. I can imagine a few options: I assume the ongoing work on ome/ngff#104 is leading us towards 2 but with the existing specification, should we use a different intermediate representation? |
ome/ngff#112 was my first attempt at capturing the multi-image-ness. Not sure if it's yet specific enough for ZarrReader, @dgault. (It also doesn't try to capture the semantics when it's a non-bioformats2raw mix of groups) |
@joshmoore not sure why is your link above pointing to this very issue ? (#25) |
Fixed: ome/ngff#112 |
I think that this issue is solved now. The .zarr folder was inside another .zarr folder which probably confused the importer. |
Should I close this or is it still of relevance ? |
I'd propose updating the title & description but leaving this open lest someone else get themselves into this same situation. |
Workflow:
...downloads.openmicroscopy.org/images/OME-TIFF/2016-06/binaryonly
images into zarr using bf2raw version 0.4.0, using the commandbioformats2raw binaryonly/multifile-Z1.ome.tiff multifile-Z1.ome.zarr
multifile-Z1.ome.zarr
into another folder which is also a result of an bf2raw output, such as/uod/idr-scratch/test.zarr/petr-test/multifile-Z1.ome.zarr
multifile-Z1.ome.zarr
folder to OMERO using the command (note the usage of the--depth 10
)omero import --transfer=ln_s --skip=checksum --parallel-upload=10 --skip=minmax --depth 10 multifile-Z1.ome.zarr/
This problem is specific to the nesting of the ome.zarr file into another .zarr file.
cc @joshmoore @sbesson
The text was updated successfully, but these errors were encountered: