-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HCS acquisition metadata #11
Comments
Are we putting this information at the
|
Ooops - sorry - I'll fix it above. |
The proposal above makes sense as a starting point from the current in-progress version of the HCS. |
👍 from me as well on the metadata layout (and dropping the extra hierarchy layer as well 😉) |
There is no requirement for the extra acquisition hierarchy with this spec change, so I'll remove it. |
So the acquisition ID should simply be unique within this plate (just use index as id) or we could use the OMERO acquisition ID? Do we need |
It'd use the OMERO ID until we've unified the "id" concept. The index is the position in the outer list. |
OK, I'll open a PR for cc @melissalinkert - This is a new proposal for how to represent acquisitions in ome-zarr. |
Based on the recent json-ld discussions, I wonder if that means we should use |
I think we can use If we actually want to store OMERO IDs and for them to be recognised as such, then we can use |
Yeah, I don't think it's a rush. Certainly an open question to what extent it's useful as just an ID. Likely need the related server. Thinking about the two points above, using the web address as the |
heh, I was certainly about to write that |
Currently, acquisitions are implemented in ome-zarr as a hierarchy group:
plate/acquisition/row/column/field
e.g. see ome/omero-cli-zarr#43
However, this hierarchy doesn't exist in OMERO: Acquisitions are just an orthoganal grouping of fields, but the webclient etc show it as a hierarchy.
We should consider alternatives for storing acquisitions in ome-zarr.
Option 1:
Store acquisition metadata at the plate level (with an ID), and each Well can refer to the acquisition it is linked to via ID:
eg.
Then in each 'well', the images list could link to acquisition (optional):
Alternative is to put the 'acquisition' in the 'image' metadata, but it is probably more useful to have this together at the Well level, and not 'contaminate' the image metadata with this.
This Option would make it easier to view ALL the fields for a Well, across the different acquisitions.
But makes it harder to mimic the current OMERO client behaviour of viewing a whole Plate with the fields from a particular acquisition.
Other Options or feature requests to consider?
The text was updated successfully, but these errors were encountered: