Mercurial > repos > ufz > omero_filter
changeset 1:375281d11535 draft
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit d69e684236ce5d36a09e84f1eae6d8c98ed7499b
author | ufz |
---|---|
date | Tue, 29 Oct 2024 06:59:59 +0000 |
parents | 8a3324018fc5 |
children | f86ba5328466 |
files | macros.xml omero_filter.xml |
diffstat | 2 files changed, 14 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ } ]]></configfile> </xml> + + <token name="@SECURITY_DISCLAIMER@"> + **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 + </token> + </macros> \ No newline at end of file
--- 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@ </help> <citations>