Skip to content

Commit

Permalink
Fix 'plateAcquisitions' -> 'acquisitions' in plate.zattrs
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 5, 2020
1 parent 0e2df56 commit 37c48d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero_zarr/raw_pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def plate_to_zarr(plate: omero.gateway._PlateWrapper, args: argparse.Namespace)
"name": plate.name,
"rows": [{"name": str(name)} for name in row_names],
"columns": [{"name": str(name)} for name in col_names],
"plateAcquisitions": [{"path": x} for x in ac_names],
"acquisitions": [{"path": x} for x in ac_names],
}
root.attrs["plate"] = plate_metadata

Expand Down

0 comments on commit 37c48d6

Please sign in to comment.