comparison README.md @ 0:352e9d4eaf70 draft

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit b9d952c8874f75f738ca4121d7e5274a7946035a
author ufz
date Wed, 07 Aug 2024 12:54:19 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:352e9d4eaf70
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