Mercurial > repos > fubar > tool_factory_2
annotate toolfactory/.planemo.yml @ 119:8ea1133b9d9a draft
Uploaded
author | fubar |
---|---|
date | Tue, 05 Jan 2021 00:34:48 +0000 |
parents | |
children |
rev | line source |
---|---|
119 | 1 ## Planemo Global Configuration File. |
2 ## Everything in this file is completely optional - these values can all be | |
3 ## configured via command line options for the corresponding commands. | |
4 | |
5 ## Specify a default galaxy_root for test and server commands here. | |
6 galaxy_root: /galaxy-central | |
7 ## Username used with toolshed(s). | |
8 shed_username: galaxy | |
9 sheds: | |
10 # For each tool shed you wish to target, uncomment key or both email and | |
11 # password. | |
12 toolshed: | |
13 #key: "<TODO>" | |
14 #email: "<TODO>" | |
15 #password: "<TODO>" | |
16 testtoolshed: | |
17 #key: "<TODO>" | |
18 #email: "<TODO>" | |
19 #password: "<TODO>" | |
20 local: | |
21 key: "fakekey" | |
22 email: "admin@galaxy.org" | |
23 password: "password" |