view README.md @ 3:8bbe09a52904 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit c472a64dc5e68fb058b71e7404f180847ba9f6d4
author iuc
date Thu, 27 Oct 2022 15:12:30 +0000
parents caf213d51d6c
children
line wrap: on
line source

# PyEGA3

## Set up user credentials on Galaxy

To enable users to set their credentials for this tool,
make sure the file `config/user_preferences_extra.yml` has the following section:

```
    ega_account:
        description: Your EGA (European Genome Archive) account
        inputs:
            - name: username
              label: Username
              type: text
              required: False
            - name: password
              label: Password
              type:  password
              required: False
```