diff mergeBed.xml @ 16:e30113df8cf6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 7b8a4ffc823f4dab194f1c629b7e83277dbe4337
author iuc
date Mon, 25 May 2015 22:48:52 -0400
parents ce2f9b4e4e7c
children a2d4c30ba2f9
line wrap: on
line diff
--- a/mergeBed.xml	Sat May 23 22:48:56 2015 -0400
+++ b/mergeBed.xml	Mon May 25 22:48:52 2015 -0400
@@ -28,7 +28,9 @@
             label="Maximum distance between features allowed for features to be merged"
             help="That is, overlapping and/or book-ended features are merged. (-d)"/>
         <expand macro="print_header" />
-        <expand macro="c_and_o_argument" />
+        <expand macro="c_and_o_argument">
+            <param name="col" type="data_column" data_ref="input" label="Specify the column(s) that should be summarized" help="(-c)" />
+        </expand>
     </inputs>
     <outputs>
         <data format="bed" name="output" metadata_source="input" label="Merged ${input.name}"/>