Mercurial > repos > iuc > bedtools
comparison overlapBed.xml @ 11:7308cc546a36 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
author | iuc |
---|---|
date | Mon, 17 Oct 2016 10:13:35 -0400 |
parents | 607c0576c6ab |
children | 95a3b2c25bd1 |
comparison
equal
deleted
inserted
replaced
10:c78cf6fe3018 | 11:7308cc546a36 |
---|---|
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 overlap | 10 bedtools overlap |
11 -i $input | 11 -i '$input' |
12 -cols $cols | 12 -cols $cols |
13 > $output | 13 > '$output' |
14 ]]> | 14 ]]> |
15 </command> | 15 </command> |
16 <inputs> | 16 <inputs> |
17 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> | 17 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> |
18 <param name="cols" type="data_column" multiple="True" data_ref="input" | 18 <param name="cols" type="data_column" multiple="True" data_ref="input" |