Mercurial > repos > ufz > omero_import
view README.md @ 3:83ccd2b525e5 draft
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 266752b0162fbdb32f132a6702cb661ae36f48f0
author | ufz |
---|---|
date | Thu, 12 Sep 2024 16:30:43 +0000 |
parents | b3d29ef12aed |
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