Mercurial > repos > ufz > omero_dataset_to_plate
view README.md @ 1:c6f34af26769 draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 3d98eedf798f0d1dcb32c572580c871ad2b6c9aa
author | ufz |
---|---|
date | Thu, 19 Dec 2024 13:47:38 +0000 |
parents | 5ad32d18fe82 |
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