ome / omero-cli-duplicate

OMERO command-line tool for duplicating database objects
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
2 stars 8 forks source link

Duplicating of derived images #22

Open pwalczysko opened 2 years ago

pwalczysko commented 2 years ago

Duplicating of derived images such as projections still keeps the linkage to the original images from which the new images were derived. Thus, when a Duplicate of a Projection followed by move into another group is attempted, the move will fail with errors such as

cannot move Channel[9992199] while LogicalChannel[9428714] remains

Even if the original image stack which gave rise to the Projection is duplicated and moved into a new group with the duplicated Projection, this does not solve the problem, as the Projection is linked to the original pre-duplication stack, not to the duplicate stack.

This workflow problem causes that duplication on Projections or other derived images in cases when the move to another group should follow is not feasible/usable and the original stack with the Projection must be moved instead.

cc @joshmoore @will-moore