diff bamToBed.xml @ 12:c782e0edc4f1 draft default tip

Uploaded
author bgruening
date Thu, 19 Jun 2014 10:12:00 -0400
parents e526617a6bb9
children
line wrap: on
line diff
--- a/bamToBed.xml	Wed Jun 18 15:07:04 2014 -0400
+++ b/bamToBed.xml	Thu Jun 19 10:12:00 2014 -0400
@@ -1,4 +1,4 @@
-<tool id="bedtools_bamtobed" name="Convert from BAM to BED" version="0.2.0">
+<tool id="bedtools_bamtobed" name="Convert from BAM to BED" version="@WRAPPER_VERSION@.0">
     <description></description>
     <macros>
         <import>macros.xml</import>
@@ -12,7 +12,7 @@
         -i '$input'
         &gt; '$output'
         #if str($tag):
-          -tag      $tag
+          -tag $tag
         #end if
     </command>
     <inputs>