ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

RemoveKeyVal - should delete key-value annotations and support HCS plates #194

Open will-moore opened 2 years ago

will-moore commented 2 years ago

https://github.com/ome/omero-scripts/pull/191#issuecomment-1013691663

RemoveKeyVal: Strips off all key-val pairs in the special namespace from selected items. Issue is that it does not really remove the annotations (as in "delete from the database") but somehow hides from the view. They resurface under certain conditions like applying KeyVal_from_csv again. This one should stay and be debugged IMHO.

Also, https://github.com/mpievolbio-scicomp/omero-scripts/pull/1#pullrequestreview-853682915 should support HCS plates.