Skip to content

Example output missing row group metadata #95

@ziw-liu

Description

@ziw-liu

The row level in the HCS samples don't have zarr.json. Therefore they are not recognized as zarr groups (e.g. by zarr-python):

aws s3 ls --endpoint-url https://uk1s3.embassy.ebi.ac.uk --no-sign-request s3://idr/share/ome2024-ngff-challenge/idr0035/Week9_090907.zarr/B/ | grep json
aws s3 ls --endpoint-url https://uk1s3.embassy.ebi.ac.uk --no-sign-request s3://idr/zarr/v0.5/idr0010/76-45.ome.zarr/A/ | grep json

Example tree from the spec:

.
│
└── 5966.zarr                 # One OME-Zarr plate (id=5966)
    ├── zarr.json             # Implements "plate" specification
    ├── A                     # First row of the plate
    │   ├── zarr.json
    │   │
    │   ├── 1                 # First column of row A
    │   │   ├── zarr.json     # Implements "well" specification
    │   │   │
    │   │   ├── 0             # First field of view of well A1
    │   │   │   │
    │   │   │   ├── zarr.json # Implements "multiscales", "omero"
    │   │   │   ├── 0         # Resolution levels          
    │   │   │   ├── ...
    │   │   │   └── labels    # Labels (optional)
    │   │   └── ...           # Other fields of view
    │   └── ...               # Other columns
    └── ...                   # Other rows

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