Mercurial > repos > iuc > idr_download_by_ids
comparison README.md @ 7:f067504aa92a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit 6b9df5f3cf2518e48eced93a2904a89776bde02d"
author | iuc |
---|---|
date | Thu, 05 Nov 2020 23:29:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:5c743356df83 | 7:f067504aa92a |
---|---|
1 ## Set up user credentials on Galaxy to connect to other omero instance | |
2 | |
3 To enable users to set their credentials for this tool, | |
4 make sure the file `config/user_preferences_extra.yml` has the following section: | |
5 | |
6 ``` | |
7 omero_account: | |
8 description: Your OMERO instance connection credentials | |
9 inputs: | |
10 - name: username | |
11 label: Username | |
12 type: text | |
13 required: False | |
14 - name: password | |
15 label: Password | |
16 type: password | |
17 required: False | |
18 ``` |