comparison README.rst @ 6:6cb20e130473 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit 3ac2b4221e3aa5de4cef9f453ac1a7425ce130c2
author iuc
date Thu, 28 Sep 2023 12:07:16 +0000
parents
children
comparison
equal deleted inserted replaced
5:f9db47f68e5e 6:6cb20e130473
1 PyEGA3
2 ======
3
4 Set up user credentials on Galaxy
5 ---------------------------------
6
7 To enable users to set their credentials for this tool, make sure the
8 file ``config/user_preferences_extra.yml`` has the following section:
9
10 ::
11
12 ega_account:
13 description: Your EGA (European Genome Archive) account
14 inputs:
15 - name: username
16 label: Username
17 type: text
18 required: False
19 - name: password
20 label: Password
21 type: password
22 required: False