Mercurial > repos > iuc > bedtools
comparison closestBed.xml @ 26:c0fbce5dc84a 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:20 -0400 |
parents | ac8b17b66663 |
children | 374e84779e62 |
comparison
equal
deleted
inserted
replaced
25:6c6963cf9136 | 26:c0fbce5dc84a |
---|---|
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?"/> |