diff macros.xml @ 11:7308cc546a36 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
author iuc
date Mon, 17 Oct 2016 10:13:35 -0400
parents 607c0576c6ab
children fadebae7e69b
line wrap: on
line diff
--- a/macros.xml	Mon Oct 03 07:36:08 2016 -0400
+++ b/macros.xml	Mon Oct 17 10:13:35 2016 -0400
@@ -1,11 +1,11 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="2.24">bedtools</requirement>
+            <requirement type="package" version="2.26.0gx">bedtools</requirement>
             <yield/>
         </requirements>
     </xml>
-    <token name="@WRAPPER_VERSION@">2.24</token>
+    <token name="@WRAPPER_VERSION@">2.26.0</token>
     <xml name="stdio">
         <stdio>
             <!-- Anything other than zero is an error -->
@@ -55,19 +55,19 @@
     </xml>
     <xml name="closest_D_option">
         <param name="iu" type="boolean" checked="false" truevalue="-iu" falsevalue=""
-            label="Ignore features in B that are upstream of features in A" 
+            label="Ignore features in B that are upstream of features in A"
             help="This option requires -D and follows its orientation rules for determining what is 'upstream'. (-iu)" />
 
         <param name="id" type="boolean" checked="false" truevalue="-id" falsevalue=""
-            label="Ignore features in B that are downstream of features in A" 
+            label="Ignore features in B that are downstream of features in A"
             help="This option requires -D and follows its orientation rules for determining what is 'downstream'. (-id)" />
 
         <param name="fu" type="boolean" checked="false" truevalue="-fu" falsevalue=""
-            label="Choose first from features in B that are upstream of features in A" 
+            label="Choose first from features in B that are upstream of features in A"
             help="This option requires -D and follows its orientation rules for determining what is 'upstream'. (-fu)" />
 
         <param name="fd" type="boolean" checked="false" truevalue="-fd" falsevalue=""
-            label="Choose first from features in B that are downstream of features in A" 
+            label="Choose first from features in B that are downstream of features in A"
             help="This option requires -D and follows its orientation rules for determining what is 'downstream'. (-fd)" />
     </xml>
     <xml name="addition">