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

`prepare` can take a filelist instead of folder path #55

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

This adds the optional --filelist argument to omero transfer prepare - when set, instead of passing the path to a folder that will generate an XML file, the user should pass a path to a text file containing a list of file paths (one per line). The generated XML will only include references to the files specified in the text file.