Mercurial > repos > iuc > bedtools
comparison reldist.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 | a2d4c30ba2f9 |
| children | ac2040a5e6ff |
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 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"/> |
