-
Notifications
You must be signed in to change notification settings - Fork 0
ome.zarr with labels not working #1
Description
I'm pretty stuck... I can't figure out why omero import returns "No imports found" as soon as you add a labels directory (Note: Tested with the 'labels' in filename issue fixed).
Here are four zarrs:
The "original" file, converted to zarr with bioformats which puts the image data into a "series" 0 directory:
tile_5.ome.zarr
-> Looks ok in validator, imports fine into omero.
The same zarr, but without the series 0 root directory:
tile_5_without_series.ome.zarr
-> Looks ok in validator, imports fine into omero.
The original zarr (with series '0') with labels (which are in a series '0' too):
tile_5_with_labels.ome.zarr
-> The validator sees the image in series '0', but not the labels. Doesn't import into omero.
0
0/0/...
0/1/...
...
labels
labels/Cells
labels/Cells/0
labels/Cells/0/0/...
labels/Cells/0/1/...
...
The zarr without series, with labels (now labels without series too):
tile_5_without_series_with_labels.ome.zarr
-> Looks ok in validator (image + labels). Doesn't import into omero.
0/...
1/...
...
labels
labels/Cells
labels/Cells/0/...
labels/Cells/1/...
...
Two questions:
- What actually is the correct 'with labels' format (series or not series)?
- If it's one of the two - Why does it not import?
Any idea? @will-moore @joshmoore @sbesson ?