Skip to content

Multi-file images do not import correctly if nested in a .zarr folder #25

@pwalczysko

Description

@pwalczysko

Workflow:

  1. Convert the ...downloads.openmicroscopy.org/images/OME-TIFF/2016-06/binaryonly images into zarr using bf2raw version 0.4.0, using the command
  2. bioformats2raw binaryonly/multifile-Z1.ome.tiff multifile-Z1.ome.zarr
  3. Nest the resulting multifile-Z1.ome.zarr into another folder which is also a result of an bf2raw output, such as
  4. /uod/idr-scratch/test.zarr/petr-test/multifile-Z1.ome.zarr
  5. Import the resulting multifile-Z1.ome.zarr folder to OMERO using the command (note the usage of the --depth 10)
  6. omero import --transfer=ln_s --skip=checksum --parallel-upload=10 --skip=minmax --depth 10 multifile-Z1.ome.zarr/
  7. Observe that the image in OMERO is consisting of 3 images with z=1 each https://merge-ci.openmicroscopy.org/web/webclient/?show=image-228865. This is not expected, as the result should be 1 image with 5 z planes, as shown in the ome.tiff import case https://merge-ci.openmicroscopy.org/web/webclient/?show=image-228823
  8. log in as user-8 to the merge-ci to see the images

This problem is specific to the nesting of the ome.zarr file into another .zarr file.

cc @joshmoore @sbesson

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions