Mercurial > repos > ufz > omero_filter
view README.md @ 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 |
line wrap: on
line source
# OMERO import images ## Set up user credentials on Galaxy to connect to other omero instance To enable users to set their credentials for this tool, make sure the file `config/user_preferences_extra.yml` has the following section: ``` omero_account: description: Your OMERO instance connection credentials inputs: - name: username label: Username type: text required: False - name: password label: Password type: password required: False