Mercurial > repos > ufz > omero_import
comparison README.md @ 0:b3d29ef12aed draft
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero/omero_basic_upload commit 5497619aeb0dbc1e4313e6a10752ef220e7950c1
author | ufz |
---|---|
date | Mon, 29 Jul 2024 18:49:25 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b3d29ef12aed |
---|---|
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 |