You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending Annotations to OMERO, the menu gives the option to Delete existing measurments on OMERO.
If this box is ticked, then all attachments are deleted from the current image on OMERO.
This is extremely annoying as the attachments can also be figure pdf, protocoles, excel tables...which can be completly unrelated to the current QuPath project. Those files have to be kept on OMERO ; only QuPath measurments tables have to be clean.
In our implementation, I simply filter files according to the their extension and their name (the name should match the template). But I can also suggest you another way to nicely filter the files that are relevant to delete.
I didn't yet implemented it in our extension (but planned to do it at some point) but you can create a specific namespace for all files/KVP related to QuPath. Then, by filtering all the files under that particular namespace, it becomes easy to delete only the right files, without introducing a regex comparison on the file name/extension.
The text was updated successfully, but these errors were encountered:
When sending Annotations to OMERO, the menu gives the option to
Delete existing measurments
on OMERO.If this box is ticked, then all attachments are deleted from the current image on OMERO.
This is extremely annoying as the attachments can also be figure pdf, protocoles, excel tables...which can be completly unrelated to the current QuPath project. Those files have to be kept on OMERO ; only QuPath measurments tables have to be clean.
In our implementation, I simply filter files according to the their extension and their name (the name should match the template). But I can also suggest you another way to nicely filter the files that are relevant to delete.
I didn't yet implemented it in our extension (but planned to do it at some point) but you can create a specific namespace for all files/KVP related to QuPath. Then, by filtering all the files under that particular namespace, it becomes easy to delete only the right files, without introducing a regex comparison on the file name/extension.
The text was updated successfully, but these errors were encountered: