view README.rst @ 3:8a4b0f14aa4e draft default tip

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnet_filesender commit 62cfda2672d51d769c18c633cb57a7a71dd5d226
author galaxy-australia
date Wed, 23 Oct 2024 00:10:46 +0000
parents 6d0c0961ae13
children
line wrap: on
line source

FileSenderCLI  wrapper
======================

Galaxy wrapper of the AARNET
`filesender <https://support.aarnet.edu.au/hc/en-us/articles/230067927-Send-files-with-FileSender>`__.

Setting up credentials on Galaxy
--------------------------------

The admin can enable users to set their own credentials
for this tool. To enable it, make sure the file
``config/user_preferences_extra_conf.yml`` has the following section:

.. code-block:: yaml

    aarnet_filesender_account:
        description: AARNet FileSender Account Info
        inputs:
            - name: username
              label: AARNet FileSender Username
              type: text
              required: False
            - name: apikey
              label: AARNet FileSender API Key
              type: password
              required: False