comparison macros.xml @ 4:607c0576c6ab draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6692e3a4fa1bf6e9a407735afdbb2454ed32b316
author iuc
date Wed, 27 Jan 2016 15:15:59 -0500
parents 2cd7e321d259
children 7308cc546a36
comparison
equal deleted inserted replaced
3:2cd7e321d259 4:607c0576c6ab
1 <macros> 1 <macros>
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.24">bedtools</requirement>
5 <yield/> 5 <yield/>
6 </requirements> 6 </requirements>
7 </xml> 7 </xml>
8 <token name="@WRAPPER_VERSION@">2.22</token> 8 <token name="@WRAPPER_VERSION@">2.24</token>
9 <xml name="stdio"> 9 <xml name="stdio">
10 <stdio> 10 <stdio>
11 <!-- Anything other than zero is an error --> 11 <!-- Anything other than zero is an error -->
12 <exit_code range="1:" /> 12 <exit_code range="1:" />
13 <exit_code range=":-1" /> 13 <exit_code range=":-1" />
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} -->
55 </xml>
56 <xml name="closest_D_option">
57 <param name="iu" type="boolean" checked="false" truevalue="-iu" falsevalue=""
58 label="Ignore features in B that are upstream of features in A"
59 help="This option requires -D and follows its orientation rules for determining what is 'upstream'. (-iu)" />
60
61 <param name="id" type="boolean" checked="false" truevalue="-id" falsevalue=""
62 label="Ignore features in B that are downstream of features in A"
63 help="This option requires -D and follows its orientation rules for determining what is 'downstream'. (-id)" />
64
65 <param name="fu" type="boolean" checked="false" truevalue="-fu" falsevalue=""
66 label="Choose first from features in B that are upstream of features in A"
67 help="This option requires -D and follows its orientation rules for determining what is 'upstream'. (-fu)" />
68
69 <param name="fd" type="boolean" checked="false" truevalue="-fd" falsevalue=""
70 label="Choose first from features in B that are downstream of features in A"
71 help="This option requires -D and follows its orientation rules for determining what is 'downstream'. (-fd)" />
55 </xml> 72 </xml>
56 <xml name="addition"> 73 <xml name="addition">
57 <conditional name="addition"> 74 <conditional name="addition">
58 <param name="addition_select" type="select" label="Choose what you want to do"> 75 <param name="addition_select" type="select" label="Choose what you want to do">
59 <option value="b" selected="True">Increase the BED/GFF/VCF entry by the same number base pairs in each direction.</option> 76 <option value="b" selected="True">Increase the BED/GFF/VCF entry by the same number base pairs in each direction.</option>