Mercurial > repos > bgruening > openms
annotate macros.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | ec62782f6c68 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version='1.0' encoding='UTF-8'?> |
| 2 <macros> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
5 <!-- enable Docker dependency resolving --> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
6 <container type="docker">biodckr/openms</container> |
| 0 | 7 <requirement type="binary">@EXECUTABLE@</requirement> |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
8 <requirement type="package" version="1.2">openms</requirement> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
9 <requirement type="package">xtandem</requirement> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
10 <requirement type="package">pepnovo</requirement> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
11 <requirement type="package">fido</requirement> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
12 <requirement type="package">msgfplus</requirement> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
13 <requirement type="package">myrimatch</requirement> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
14 <requirement type="package">omssa</requirement> |
| 0 | 15 </requirements> |
| 16 </xml> | |
| 17 <xml name="stdio"> | |
| 18 <stdio> | |
| 19 <exit_code range="1:"/> | |
| 20 <exit_code range=":-1"/> | |
| 21 <regex match="Exception:"/> | |
| 22 </stdio> | |
| 23 </xml> | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
24 <xml name="references"> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
25 <citations> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
26 <citation type="doi">doi:10.1186/1471-2105-9-163</citation> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
27 </citations> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
28 </xml> |
|
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
29 <xml name="advanced_options"> |
| 0 | 30 <conditional name="adv_opts"> |
| 3 | 31 <param name="adv_opts_selector" type="select" label="Advanced Options"> |
| 0 | 32 <option value="basic" selected="True">Hide Advanced Options</option> |
| 33 <option value="advanced">Show Advanced Options</option> | |
| 34 </param> | |
|
4
6ead64a594bd
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
bgruening
parents:
3
diff
changeset
|
35 <when value="basic"/> |
| 0 | 36 <when value="advanced"> |
| 37 <yield/> | |
| 38 </when> | |
| 39 </conditional> | |
| 40 </xml> | |
| 41 </macros> |
