Mercurial > repos > ufz > omero_filter
comparison README.md @ 0:8a3324018fc5 draft
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 19d84fd5a372f1428e3e5670144881a56e8af8b2
author | ufz |
---|---|
date | Tue, 22 Oct 2024 11:54:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8a3324018fc5 |
---|---|
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 |