Mercurial > repos > iuc > bedtools
comparison macros.xml @ 42:d279800f4ff9 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:24 -0400 |
| parents | ac2040a5e6ff |
| children | 71d71721695e |
comparison
equal
deleted
inserted
replaced
| 41:c96688f1746d | 42:d279800f4ff9 |
|---|---|
| 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> |
