comparison macros.xml @ 5:18b86dcdd421 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:49 +0000
parents d0c0f3c95368
children
comparison
equal deleted inserted replaced
4:d0c0f3c95368 5:18b86dcdd421
42 "username": "$__user__.extra_preferences.get('omero_account|username', $test_username)", 42 "username": "$__user__.extra_preferences.get('omero_account|username', $test_username)",
43 "password": "$__user__.extra_preferences.get('omero_account|password', $test_password)" 43 "password": "$__user__.extra_preferences.get('omero_account|password', $test_password)"
44 } 44 }
45 ]]></configfile> 45 ]]></configfile>
46 </xml> 46 </xml>
47
48 <token name="@SECURITY_DISCLAIMER@">
49 **OMERO-suite Security Diclaimer:** To utilize the OMERO tools, the user must trust Galaxy instances.
50 The configuration file, which contains your OMERO password and username, is stored in the job working directory.
51 This directory only exists during the runtime of the job and should only be accessible by the system user that runs the job.
52 However, please be aware that your username and password may be exposed to users with administrative rights.
53 We are working on increasing the security of the OMERO suite
54 </token>
55
47 </macros> 56 </macros>