Mercurial > repos > galaxy-australia > aarnet_filesender
comparison README.rst @ 2:6d0c0961ae13 draft
planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnet_filesender commit c8e1e0914854bf50287ea4b9ee86dfeb747a3342
author | galaxy-australia |
---|---|
date | Mon, 21 Oct 2024 23:12:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:17787c79af44 | 2:6d0c0961ae13 |
---|---|
1 FileSenderCLI wrapper | |
2 ====================== | |
3 | |
4 Galaxy wrapper of the AARNET | |
5 `filesender <https://support.aarnet.edu.au/hc/en-us/articles/230067927-Send-files-with-FileSender>`__. | |
6 | |
7 Setting up credentials on Galaxy | |
8 -------------------------------- | |
9 | |
10 The admin can enable users to set their own credentials | |
11 for this tool. To enable it, make sure the file | |
12 ``config/user_preferences_extra_conf.yml`` has the following section: | |
13 | |
14 .. code-block:: yaml | |
15 | |
16 aarnet_filesender_account: | |
17 description: AARNet FileSender Account Info | |
18 inputs: | |
19 - name: username | |
20 label: AARNet FileSender Username | |
21 type: text | |
22 required: False | |
23 - name: apikey | |
24 label: AARNet FileSender API Key | |
25 type: password | |
26 required: False |