comparison windowBed.xml @ 28:f0aca67fdb71 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:42:52 -0500
parents c0fbce5dc84a
children d279800f4ff9
comparison
equal deleted inserted replaced
27:a39035fe5180 28:f0aca67fdb71
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command> 8 <command>
9 <![CDATA[ 9 <![CDATA[
10 bedtools window 10 bedtools window
11 #if $inputA.ext == "bam": 11 #if $inputA.is_of_type('bam'):
12 -abam '$inputA' 12 -abam '$inputA'
13 #else: 13 #else:
14 -a '$inputA' 14 -a '$inputA'
15 #end if 15 #end if
16 -b '$inputB' 16 -b '$inputB'