-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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 jsonExample 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels