Mercurial > repos > iuc > bedtools
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:7b3aaff0d78c | 13:fadebae7e69b |
---|---|
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' |