diff clusterBed.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/clusterBed.xml	Wed Jun 18 15:07:04 2014 -0400
+++ b/clusterBed.xml	Thu Jun 19 10:12:00 2014 -0400
@@ -1,4 +1,4 @@
-<tool id="bedtools_clusterbed" name="ClusterBed" version="0.2.0">
+<tool id="bedtools_clusterbed" name="ClusterBed" version="@WRAPPER_VERSION@.0">
     <description></description>
     <macros>
         <import>macros.xml</import>
@@ -14,9 +14,11 @@
     </command>
     <inputs>
         <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
-
-        <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Force strandedness." help="That is, only cluster features that are the same strand. By default, this is disabled." />
-        <param name="distance" type="integer" value="0" label="Maximum distance between features allowed for features to be clustered" help="Default is 0. That is, overlapping and/or book-ended features are clustered." />
+        <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Force strandedness." 
+            help="That is, only cluster features that are the same strand. By default, this is disabled." />
+        <param name="distance" type="integer" value="0" 
+            label="Maximum distance between features allowed for features to be clustered" 
+            help="Default is 0. That is, overlapping and/or book-ended features are clustered." />
     </inputs>
     <outputs>
         <data format_source="inputA" name="output" metadata_source="inputA" label=""/>