https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 7973a565915b1bd69ee6230a46e40fd166601475 authored by Björn Grüning on 28 April 2019, 08:42:06 UTC
Merge pull request #149 from galaxyproject/update_miniconda
Tip revision: 7973a56
.planemo.yml
## Specify a default galaxy_root for test and server commands here.
#galaxy_root: /home/user/galaxy

## Specify github credentials for publishing gists links (e.g. with
## the share_test command).
#github:
#  username: <username>
#  password: <password>

sheds:
  # For each Tool Shed you wish to target enter the API key
  # or both email and password.
  toolshed:
    key: "<TODO>"
    #email: "<TODO>"
    #password: "<TODO>"
  testtoolshed:
    key: "<TODO>"
    #email: "<TODO>"
    #password: "<TODO>"
  local:
    key: "<TODO>"
    #email: "<TODO>"
    #password: "<TODO>"
  custom_shed:
    key: "<TODO>"
    url: "http://customurl/"
    #email: "<TODO>"
    #password: "<TODO>"
back to top