Mercurial > repos > iuc > ega_download_client
diff README.md @ 0:caf213d51d6c draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pyega3 commit 3da28c7772346e1872b6d768b904305be0c61db7"
author | iuc |
---|---|
date | Fri, 30 Oct 2020 22:18:41 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Fri Oct 30 22:18:41 2020 +0000 @@ -0,0 +1,20 @@ +# 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 +```