comparison README.md @ 0:9051b91545f6 draft

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 5b1b30d409355cee98485815c1dd4ac48649bcc1
author ufz
date Thu, 05 Sep 2024 11:55:44 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9051b91545f6
1 # OMERO import images
2
3 ## Set up user credentials on Galaxy to connect to other omero instance
4
5 To enable users to set their credentials for this tool,
6 make sure the file `config/user_preferences_extra.yml` has the following section:
7
8 ```
9 omero_account:
10 description: Your OMERO instance connection credentials
11 inputs:
12 - name: username
13 label: Username
14 type: text
15 required: False
16 - name: password
17 label: Password
18 type: password
19 required: False