Mercurial > repos > iuc > bedtools
comparison reldist.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 | a8eabd2838f6 |
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 reldist | 10 bedtools reldist |
11 -a $inputA | 11 -a '$inputA' |
12 -b $inputB | 12 -b '$inputB' |
13 $detail | 13 $detail |
14 > "$output" | 14 > '$output' |
15 ]]> | 15 ]]> |
16 </command> | 16 </command> |
17 <inputs> | 17 <inputs> |
18 <param format="bed,bam,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF/BAM file"/> | 18 <param format="bed,bam,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF/BAM file"/> |
19 <param format="bed,gff,vcf,gff3" name="inputB" type="data" label="BED/VCF/GFF file"/> | 19 <param format="bed,gff,vcf,gff3" name="inputB" type="data" label="BED/VCF/GFF file"/> |