diff annotateBed.xml @ 26:c0fbce5dc84a 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:20 -0400
parents 5efc48568d8d
children d279800f4ff9
line wrap: on
line diff
--- a/annotateBed.xml	Wed Sep 14 17:29:56 2016 -0400
+++ b/annotateBed.xml	Mon Oct 17 10:13:20 2016 -0400
@@ -1,4 +1,4 @@
-<tool id="bedtools_annotatebed" name="AnnotateBed" version="@WRAPPER_VERSION@.1">
+<tool id="bedtools_annotatebed" name="AnnotateBed" version="@WRAPPER_VERSION@.0">
     <description>annotate coverage of features from multiple files</description>
     <macros>
         <import>macros.xml</import>
@@ -52,10 +52,10 @@
         </conditional>
         <expand macro="strand2" />
         <param name="counts" type="boolean" checked="false" truevalue="-counts" falsevalue=""
-            label="Report the count of features followed by the % coverage for each annotation file" 
+            label="Report the count of features followed by the % coverage for each annotation file"
             help="Default is to report solely the fraction of -i covered by each file." />
         <param name="both" type="boolean" checked="false" truevalue="-both" falsevalue=""
-            label="Report the count of features followed by the % coverage for each annotation file" 
+            label="Report the count of features followed by the % coverage for each annotation file"
             help="Default is to report solely the fraction of the input file covered by each file." />
     </inputs>
     <outputs>