Mercurial > repos > ufz > omero_get_value
view README.md @ 5:f5c4f523432d draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 3f4e79a4e8350481f3c8d70bc64f01b4cb0a4bf0
| author | ufz |
|---|---|
| date | Fri, 13 Jun 2025 20:47:38 +0000 |
| parents | 1ae349b83c08 |
| 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
