comparison mapBed.xml @ 16:e30113df8cf6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 7b8a4ffc823f4dab194f1c629b7e83277dbe4337
author iuc
date Mon, 25 May 2015 22:48:52 -0400
parents ce2f9b4e4e7c
children a2d4c30ba2f9
comparison
equal deleted inserted replaced
15:ce2f9b4e4e7c 16:e30113df8cf6
28 <expand macro="overlap" /> 28 <expand macro="overlap" />
29 <param name="reciprocal" type="boolean" checked="false" truevalue="-r" falsevalue="" 29 <param name="reciprocal" type="boolean" checked="false" truevalue="-r" falsevalue=""
30 label="Require reciprocal overlap" 30 label="Require reciprocal overlap"
31 help="If set, the overlap between the BAM alignment and the BED interval must affect the above fraction of both the alignment and the BED interval. (-r)" /> 31 help="If set, the overlap between the BAM alignment and the BED interval must affect the above fraction of both the alignment and the BED interval. (-r)" />
32 <expand macro="strand2" /> 32 <expand macro="strand2" />
33 <expand macro="c_and_o_argument" /> 33 <expand macro="c_and_o_argument">
34 <param name="col" type="data_column" data_ref="inputA" label="Specify the column(s) that should be summarized" help="(-c)" />
35 </expand>
34 <expand macro="split" /> 36 <expand macro="split" />
35 <expand macro="print_header" /> 37 <expand macro="print_header" />
36 <conditional name="genome"> 38 <conditional name="genome">
37 <param name="genome_choose" type="boolean" checked="false" truevalue="-g" falsevalue="" 39 <param name="genome_choose" type="boolean" checked="false" truevalue="-g" falsevalue=""
38 label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage." help="(-g)" /> 40 label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage." help="(-g)" />