diff windowBed.xml @ 13:fadebae7e69b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 391d2d41095edb2badf70924d3636238453ee377
author iuc
date Mon, 23 Jan 2017 06:43:06 -0500
parents 7308cc546a36
children 95a3b2c25bd1
line wrap: on
line diff
--- a/windowBed.xml	Fri Oct 28 12:54:40 2016 -0400
+++ b/windowBed.xml	Mon Jan 23 06:43:06 2017 -0500
@@ -8,7 +8,7 @@
     <command>
 <![CDATA[
         bedtools window
-        #if $inputA.ext == "bam":
+        #if $inputA.is_of_type('bam'):
             -abam '$inputA'
         #else:
             -a '$inputA'