Mercurial > repos > iuc > bedtools
comparison macros.xml @ 26:95a3b2c25bd1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b75b9e79cf3186a22dc2e1e9d27c1a080b891b59
author | iuc |
---|---|
date | Thu, 26 Apr 2018 17:02:46 -0400 |
parents | a8eabd2838f6 |
children | a33db97b220c |
comparison
equal
deleted
inserted
replaced
25:e36671a0f646 | 26:95a3b2c25bd1 |
---|---|
4 <requirement type="package" version="2.27.0">bedtools</requirement> | 4 <requirement type="package" version="2.27.0">bedtools</requirement> |
5 <yield/> | 5 <yield/> |
6 </requirements> | 6 </requirements> |
7 </xml> | 7 </xml> |
8 <token name="@WRAPPER_VERSION@">2.27.0</token> | 8 <token name="@WRAPPER_VERSION@">2.27.0</token> |
9 <token name="@STD_BEDTOOLS_INPUTS@">bed,bedgraph,gff,vcf</token> | |
10 <token name="@STD_BEDTOOLS_INPUT_LABEL@">bed,bedgraph,gff,vcf</token> | |
9 <xml name="stdio"> | 11 <xml name="stdio"> |
10 <stdio> | 12 <stdio> |
11 <!-- Anything other than zero is an error --> | 13 <!-- Anything other than zero is an error --> |
12 <exit_code range="1:" /> | 14 <exit_code range="1:" /> |
13 <exit_code range=":-1" /> | 15 <exit_code range=":-1" /> |
129 help="This option requires -D and follows its orientation rules for determining what is 'downstream'. (-fd)" /> | 131 help="This option requires -D and follows its orientation rules for determining what is 'downstream'. (-fd)" /> |
130 </xml> | 132 </xml> |
131 <xml name="addition"> | 133 <xml name="addition"> |
132 <conditional name="addition"> | 134 <conditional name="addition"> |
133 <param name="addition_select" type="select" label="Choose what you want to do"> | 135 <param name="addition_select" type="select" label="Choose what you want to do"> |
134 <option value="b" selected="True">Increase the BED/GFF/VCF entry by the same number base pairs in each direction.</option> | 136 <option value="b" selected="True">Increase the @STD_BEDTOOLS_INPUT_LABEL@ entry by the same number base pairs in each direction.</option> |
135 <option value="lr">Increase by Start Coordinate and End Coordinate</option> | 137 <option value="lr">Increase by Start Coordinate and End Coordinate</option> |
136 </param> | 138 </param> |
137 <when value="b"> | 139 <when value="b"> |
138 <param name="b" value="1" label="Number of base pairs" type="integer" /> | 140 <param name="b" value="1" label="Number of base pairs" type="integer" /> |
139 </when> | 141 </when> |