diff 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
line wrap: on
line diff
--- a/macros.xml	Fri Apr 20 05:30:23 2018 -0400
+++ b/macros.xml	Thu Apr 26 17:02:46 2018 -0400
@@ -6,6 +6,8 @@
         </requirements>
     </xml>
     <token name="@WRAPPER_VERSION@">2.27.0</token>
+    <token name="@STD_BEDTOOLS_INPUTS@">bed,bedgraph,gff,vcf</token>
+    <token name="@STD_BEDTOOLS_INPUT_LABEL@">bed,bedgraph,gff,vcf</token>
     <xml name="stdio">
         <stdio>
             <!-- Anything other than zero is an error -->
@@ -131,7 +133,7 @@
     <xml name="addition">
         <conditional name="addition">
             <param name="addition_select" type="select" label="Choose what you want to do">
-                <option value="b" selected="True">Increase the BED/GFF/VCF entry by the same number base pairs in each direction.</option>
+                <option value="b" selected="True">Increase the @STD_BEDTOOLS_INPUT_LABEL@ entry by the same number base pairs in each direction.</option>
                 <option value="lr">Increase by Start Coordinate and End Coordinate</option>
             </param>
             <when value="b">