Mercurial > repos > ufz > omero_filter
view README.md @ 7:558c09a342cb draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 3a3a04c0b20310f8d4fbc5be27559353c7e2cc61
| author | ufz |
|---|---|
| date | Tue, 10 Feb 2026 16:49:35 +0000 |
| parents | 21e1765c5f19 |
| children |
line wrap: on
line source
# OMERO suite toolbox ## 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
