comparison macros.xml @ 12:542d2008a462 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 344140b8df53b8b7024618bb04594607a045c03a
author iuc
date Mon, 04 May 2015 22:47:15 -0400
parents 0d3aa592ce27
children bdb4509d9482
comparison
equal deleted inserted replaced
11:76c128f4cef9 12:542d2008a462
2 <xml name="requirements"> 2 <xml name="requirements">
3 <requirements> 3 <requirements>
4 <requirement type="package" version="2.22">bedtools</requirement> 4 <requirement type="package" version="2.22">bedtools</requirement>
5 <yield/> 5 <yield/>
6 </requirements> 6 </requirements>
7 <version_command>bedtools --version</version_command>
8 </xml> 7 </xml>
9 <token name="@WRAPPER_VERSION@">2.22</token> 8 <token name="@WRAPPER_VERSION@">2.22</token>
10 <xml name="stdio"> 9 <xml name="stdio">
11 <stdio> 10 <stdio>
12 <!-- Anything other than zero is an error --> 11 <!-- Anything other than zero is an error -->
14 <exit_code range=":-1" /> 13 <exit_code range=":-1" />
15 <!-- In case the return code has not been set propery check stderr too --> 14 <!-- In case the return code has not been set propery check stderr too -->
16 <regex match="Error:" /> 15 <regex match="Error:" />
17 <regex match="Exception:" /> 16 <regex match="Exception:" />
18 </stdio> 17 </stdio>
18 <version_command>bedtools --version</version_command>
19 </xml> 19 </xml>
20 <xml name="reciprocal"> 20 <xml name="reciprocal">
21 <param name="reciprocal" type="boolean" checked="false" truevalue="-r" falsevalue="" 21 <param name="reciprocal" type="boolean" checked="false" truevalue="-r" falsevalue=""
22 label="Require that the fraction of overlap be reciprocal for A and B" 22 label="Require that the fraction of overlap be reciprocal for A and B"
23 help="In other words, if -f is 0.90 and -r is used, this requires that B overlap at least 90% of A and that A also overlaps at least 90% of B. (-r)" /> 23 help="In other words, if -f is 0.90 and -r is used, this requires that B overlap at least 90% of A and that A also overlaps at least 90% of B. (-r)" />
43 </when> 43 </when>
44 <when value="False" /> 44 <when value="False" />
45 </conditional> 45 </conditional>
46 </xml> 46 </xml>
47 <xml name="split"> 47 <xml name="split">
48 <param name="split" type="boolean" checked="false" truevalue="-split" falsevalue="" 48 <param name="split" type="boolean" checked="false" truevalue="-split" falsevalue=""
49 label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage." 49 label="Treat split/spliced BAM or BED12 entries as distinct BED intervals when computing coverage."
50 help="If set, the coverage will be calculated based the spliced intervals only. For BAM files, this inspects the CIGAR N operation to infer the blocks for computing coverage. For BED12 files, this inspects the BlockCount, BlockStarts, and BlockEnds fields (i.e., columns 10,11,12). If this option is not set, coverage will be calculated based on the interval's START/END coordinates, and would include introns in the case of RNAseq data. (-split)" /> 50 help="If set, the coverage will be calculated based the spliced intervals only. For BAM files, this inspects the CIGAR N operation to infer the blocks for computing coverage. For BED12 files, this inspects the BlockCount, BlockStarts, and BlockEnds fields (i.e., columns 10,11,12). If this option is not set, coverage will be calculated based on the interval's START/END coordinates, and would include introns in the case of RNAseq data. (-split)" />
51 </xml> 51 </xml>
52 <xml name="genome"> 52 <xml name="genome">
53 <param format="tabular" name="genome" type="data" label="Genome file" /> 53 <param format="tabular" name="genome" type="data" label="Genome file" />
54 <!--TODO: make use of: ${chromInfo} --> 54 <!--TODO: make use of: ${chromInfo} -->