-
Notifications
You must be signed in to change notification settings - Fork 11
Galaxy Toolshed (Exacloud hosted)
Allison Creason edited this page Aug 19, 2019
·
1 revision
The galaxy toolshed (hosted on Exacloud) is located at: https://galaxy.ohsu.edu/toolshed/.
To upload new tools to the shed, you will first need to generate an API key. Log in using OHSU credentials. Navigate to User
->API Keys
and Generate a new key now
.
The API key should then be added to the config file .planemo.yml
, usually located in your home directory.
Example config file .planemo.yml
:
shed_username: "creason"
sheds:
# For each tool shed you wish to target, uncomment key or both email and
# password.
galaxyshed:
key: "RaNdOmApIkEy123456"
url: "https://galaxy.ohsu.edu/toolshed/"
Please see Managing-Custom-Tools.