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

Fix non-existent image IDs in a Figure #82

Closed erickmartins closed 6 months ago

erickmartins commented 7 months ago

When transferring a Figure, we replace all image IDs from images in that pack with the destination-side IDs and do nothing about any other image IDs. Setting them to negative values would lead to safer/more predictable behavior.

erickmartins commented 6 months ago

PR merged.