ome / omero-cli-transfer

An OMERO CLI plugin for creating transfer packets between OMERO servers.
https://pypi.org/project/omero-cli-transfer/
GNU General Public License v2.0
16 stars 14 forks source link

EXPERIMENTAL addition of `omero transfer prepare` #52

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

This adds the subcommand omero transfer prepare, which receives a folder path with image files and generates a omero transfer unpack-compatible XML file in that folder. That XML can be edited (using ome-types, for example) to add anything compatible with unpack and then used for that, resulting in the images in that folder being imported, correctly arranged and annotated.

It also bumps ome-types version to latest, and will bump ezomero version to 2.0.0 when I get around to releasing that.

erickmartins commented 1 year ago

(note that this is pretty minimally tested so far and will require rewriting some of the README as well, since it depends on optional requirements that will need to be installed client-side)

erickmartins commented 1 year ago

Now using ezomero 2.0 - will merge and release