# HG changeset patch # User ufz # Date 1730185199 0 # Node ID 375281d11535f7e1bddd7de550bc565e8821d19c # Parent 8a3324018fc57efeb1937ac366eb4a624ce49645 planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit d69e684236ce5d36a09e84f1eae6d8c98ed7499b diff -r 8a3324018fc5 -r 375281d11535 macros.xml --- a/macros.xml Tue Oct 22 11:54:08 2024 +0000 +++ b/macros.xml Tue Oct 29 06:59:59 2024 +0000 @@ -44,4 +44,13 @@ } ]]> + + + **OMERO-suite Security Diclaimer:** To utilize the OMERO tools, the user must trust Galaxy instances. + The configuration file, which contains your OMERO password and username, is stored in the job working directory. + This directory only exists during the runtime of the job and should only be accessible by the system user that runs the job. + However, please be aware that your username and password may be exposed to users with administrative rights. + We are working on increasing the security of the OMERO suite + + \ No newline at end of file diff -r 8a3324018fc5 -r 375281d11535 omero_filter.xml --- a/omero_filter.xml Tue Oct 22 11:54:08 2024 +0000 +++ b/omero_filter.xml Tue Oct 29 06:59:59 2024 +0000 @@ -104,9 +104,11 @@ Description ----------- -Tool to filter images IDs by filename, Key-Value Pairs and Tag value. -For Key-Value Pairs search, two values are required (Value1 = Key, Value2 = Pair). -IDs are a list of image IDs which can be fetched using the omero_get tool. +- Tool to filter images IDs by filename, Key-Value Pairs and Tag value. +- For Key-Value Pairs search, two values are required (Value1 = Key, Value2 = Pair). +- IDs are a list of image IDs which can be fetched using the omero_get tool. + +@SECURITY_DISCLAIMER@