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 now uses relative paths #60

Closed erickmartins closed 1 year ago

erickmartins commented 1 year ago

This fixes #59 ; prepare should now be using relative paths in its transfer.xml, and only reconstructing absolute paths when necessary. This should allow for a folder containing a prepare-generated XML to be moved around, imported in-place and so on, and unpack should be able to act upon that folder regardless of where it ends up.