comparison README.md @ 0:caf213d51d6c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit 3da28c7772346e1872b6d768b904305be0c61db7"
author iuc
date Fri, 30 Oct 2020 22:18:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:caf213d51d6c
1 # PyEGA3
2
3 ## Set up user credentials on Galaxy
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 ega_account:
10 description: Your EGA (European Genome Archive) account
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
20 ```