-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
Thanks a lot for transfer, makes my life much easier.
As Sébastien said in #7 , omero-cli-transfer nicely computes a map of source to destination ids, but this mapping is lost once the transfer is done (not server side, but you need to query again).
I would like to use directly such mapping, e.g. to write a pointer to the newly imported image url https://server.omero/webclient/?show=image-96 in some import report (or on my data brokering system). I could query the server again, but why do that job twice 😉?
I saw in the code that you duplicate and update the original OME object. Would there be a way to dump that new one - with updated ids reflecting the state of the destination database and the imported data? Something called transfered.xml for example?
This is kinda related to the --server option from Josh, if I understand correctly. transfer creates research objects, so having a representation of that RO at its root directory is nice.