Mercurial > repos > ufz > omero_metadata_import
view README.md @ 8:931eb5fed2c0 draft
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 6f47dff3775455a8c45d39a3863a2306cd942443
author | ufz |
---|---|
date | Tue, 08 Apr 2025 15:13:27 +0000 |
parents | 352e9d4eaf70 |
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