Mercurial > repos > iuc > bedtools
comparison closestBed.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 | d25966c8ddeb |
children | b73962f8fcbf |
comparison
equal
deleted
inserted
replaced
10:c78cf6fe3018 | 11:7308cc546a36 |
---|---|
23 #if $k: | 23 #if $k: |
24 -k $k | 24 -k $k |
25 #end if | 25 #end if |
26 -a '$inputA' | 26 -a '$inputA' |
27 -b '$inputBs' | 27 -b '$inputBs' |
28 > $output | 28 > '$output' |
29 ]]> | 29 ]]> |
30 </command> | 30 </command> |
31 <inputs> | 31 <inputs> |
32 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/> | 32 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/> |
33 <param format="bed,gff,vcf,gff3" name="inputB" type="data" multiple="True" label="overlap intervals in this BED/VCF/GFF file?"/> | 33 <param format="bed,gff,vcf,gff3" name="inputB" type="data" multiple="True" label="overlap intervals in this BED/VCF/GFF file?"/> |