comparison intersectBed.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 607c0576c6ab
children df56e1b12d0c
comparison
equal deleted inserted replaced
12:7b3aaff0d78c 13:fadebae7e69b
9 <![CDATA[ 9 <![CDATA[
10 #set inputBs = '" "'.join( [ str( $file ) for $file in $inputB ] ) 10 #set inputBs = '" "'.join( [ str( $file ) for $file in $inputB ] )
11 #set modes = ' '.join( str($overlap_mode).split(',') ) 11 #set modes = ' '.join( str($overlap_mode).split(',') )
12 12
13 bedtools intersect 13 bedtools intersect
14 #if $inputA.ext == "bam": 14 #if $inputA.is_of_type('bam'):
15 -abam "${inputA}" 15 -abam "${inputA}"
16 #else: 16 #else:
17 -a "${inputA}" 17 -a "${inputA}"
18 #end if 18 #end if
19 19