Mercurial > repos > iuc > ena_upload
comparison README.md @ 0:382518f24d6d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ena_upload commit 57b434bcf493554d060a99b65e66f274d5c00e0a"
author | iuc |
---|---|
date | Sat, 28 Nov 2020 09:45:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:382518f24d6d |
---|---|
1 # ena-upload-wrapper | |
2 Galaxy wrapper for ena-cli-upload | |
3 | |
4 This tool is shipped in a ready to use Galaxy container found [here](https://github.com/ELIXIR-Belgium/ena-upload-container). | |
5 | |
6 ## Setting up credentials on Galaxy | |
7 | |
8 The admin of the server can set up global credentials through a file with the format: | |
9 ``` | |
10 username: webin_id | |
11 password: webin_password | |
12 ``` | |
13 | |
14 The path to this file must be exported as an environment variable called $GALAXY_ENA_SECRETS | |
15 | |
16 Alternatively, the admin can enable users to set their own credentials for this tool. | |
17 To enable it, make sure the file `config/user_preferences_extra_conf.yml` has the following section: | |
18 | |
19 ``` | |
20 ena_webin_account: | |
21 description: Your ENA Webin account details | |
22 inputs: | |
23 - name: webin_id | |
24 label: ENA Webin ID | |
25 type: text | |
26 required: False | |
27 - name: password | |
28 label: Password | |
29 type: password | |
30 required: False | |
31 ``` |