Skip to content
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

export bioformats2raw.layout for Fileset or Images #122

Open
will-moore opened this issue Jul 7, 2022 · 0 comments · May be fixed by #123
Open

export bioformats2raw.layout for Fileset or Images #122

will-moore opened this issue Jul 7, 2022 · 0 comments · May be fixed by #123

Comments

@will-moore
Copy link
Member

See ome/ngff#112 (comment)

The bioformats2raw.layout could be generated from a Fileset or from a list of Image IDs.

In the case of a Fileset, we can get Image IDs with fileset.copyImages().

With a list of Image IDs, we can export each individual OME-NGFF under paths 0/, 1/ etc and manually generate
OME-XML according to https://docs.openmicroscopy.org/ome-model/6.2.2/specifications/minimum.html (with <MetadataOnly/>) for each Image.
I don't see a way to get export this OME-XML automatically from OMERO for a Fileset. But also, it would be handy to generate bioformats2raw.layout collection of Images that are NOT a Fileset, which should be possible with this approach.

I imagine the cli could look like:

$ omero export Fileset:1
$ omero export Image:1,2,3

Going to start looking into this...
cc @sbesson @joshmoore

@will-moore will-moore linked a pull request Jul 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant