diff intersectBed.xml @ 4:607c0576c6ab draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6692e3a4fa1bf6e9a407735afdbb2454ed32b316
author iuc
date Wed, 27 Jan 2016 15:15:59 -0500
parents 82aac94b06c3
children fadebae7e69b
line wrap: on
line diff
--- a/intersectBed.xml	Wed May 27 12:54:35 2015 -0400
+++ b/intersectBed.xml	Wed Jan 27 15:15:59 2016 -0500
@@ -1,5 +1,5 @@
-<tool id="bedtools_intersectbed" name="Intersect interval files" version="@WRAPPER_VERSION@.0">
-    <description></description>
+<tool id="bedtools_intersectbed" name="Intersect intervals" version="@WRAPPER_VERSION@.0">
+    <description>find overlapping intervals in various ways</description>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -28,6 +28,7 @@
             $once
             $header
             $modes
+            $count
             > "${output}"
 ]]>
     </command>