Hi,
I've written an OMERO.script which you can upload to the server (needs Admin permissions) to allow client users to choose Tags to merge.
https://gist.github.com/will-moore/6e56 ... 040af3f94eMore info on OMERO.scripts
https://docs.openmicroscopy.org/omero/5 ... index.htmlIf your Admin puts this script on the server in /lib/scripts/omero/util_scripts/Merge_Tags.py
then you will be able to run this from the client, entering a name of a Tag you want to merge.
NB: this script has only had limited testing, so please test for yourself on a small sample before using in production. In particular, it only transfers Images from the deleted Tags to the remaining Tag. So any other objects on the deleted Tags will get unlinked (E.g. Projects, Datasets etc).
Hope that works for you,
Will.