ome/omero-cli-transfer

Other annotation types

Closed this issue · 3 comments

We currently only over MapAnnotations and Tags. It would be great to include everything else, in particular FileAnnotations.

in particular FileAnnotations

Also my personal favorite to see how you solve ;)

My naive idea is just having a FileAnnotations directory in the zip file with subfolders per annotation ID. Easy to refer to in the XML, prevents duplicates and so on. We'll see if it works!

PR #17 should cover this issue.