annotate macros.xml @ 8:f6fc9b92d629 draft

"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
author artbio
date Sun, 05 Jan 2020 16:40:13 -0500
parents 585c6120dca0
children e00a79cf5f8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
1 <?xml version="1.0"?>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
2 <macros>
8
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
3 <token name="@WRAPPER_VERSION@">1.0.0</token>
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
4 <xml name="requirements">
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
5 <requirements>
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
6 <requirement type="package" version="1.3.0=pl526r341h4f16992_4">rsem</requirement>
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
7 <requirement type="package" version="1.2.3=py37hc9558a2_0">bowtie</requirement>
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
8 <requirement type="package" version="2.3.5=py37he860b03_0">bowtie2</requirement>
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
9 </requirements>
f6fc9b92d629 "planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit edd1ee51a72f1701ba2a89fc9821ec1ec2b3973c"
artbio
parents: 7
diff changeset
10 </xml>
0
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
11 <xml name="rsem_options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
12 <param name="seedlength" type="integer" value="25" optional="true" label="Seed length used by the read aligner" help="Providing the correct value for this parameter is important for RSEM's accuracy if the data are single-end reads. RSEM uses this value for Bowtie's seed length parameter. The minimum value is 25. (Default:25)">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
13 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
14 <param name="forward_prob" type="select" label="Is the library strand specific?">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
15 <option value="0.5" selected="true">No</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
16 <option value="1">Yes, the reads (or first reads from paired-end libraries) are only in the forward orientation</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
17 <option value="0">Yes, the reads (or first reads from paired-end libraries) are only in the reverse orientation</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
18 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
19 <conditional name="rsem_options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
20 <param name="fullparams" type="select" label="Additional RSEM options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
21 <option value="default">Use RSEM Defaults</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
22 <option value="fullset">Set Additional RSEM Options</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
23 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
24 <when value="default"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
25 <when value="fullset">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
26 <param name="fragment_length_min" type="integer" value="1" optional="true" label="Minimum read/insert length." help=" This is also the value for the bowtie -I option">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
27 <validator type="in_range" message="0 or greater" min="0" />
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
28 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
29 <param name="fragment_length_max" type="integer" value="1000" optional="true" label="Maximum read/insert length." help=" This is also the value for the bowtie -X option">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
30 <validator type="in_range" message="0 or greater" min="0" max="1000000"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
31 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
32 <param name="fragment_length_mean" type="float" value="" optional="true" label="Fragment length mean (single-end data only)" help="The mean of the fragment length distribution, which is assumed to be a Gaussian. (Default: -1, which disables use of the fragment length distribution)">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
33 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
34 <param name="fragment_length_sd" type="float" value="" optional="true" label="The standard deviation of the fragment length distribution (single-end data only)" help="Default 0, which assumes that all fragments are of the same length, given by the rounded value of fragment length mean. ">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
35 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
36 <conditional name="rspd">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
37 <param name="estimate" type="select" label="Read Start Position Distribution (RSPD)"
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
38 help="Set this option if you want to estimate the read start position distribution (RSPD) from data. Otherwise, RSEM will use a uniform RSPD.">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
39 <option value="no" selected="true">Use a uniform RSPD</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
40 <option value="yes">Estimate and correct for a non-uniform RSPD</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
41 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
42 <when value="no"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
43 <when value="yes">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
44 <param name="num_rspd_bins" type="integer" value="20" optional="true" label="Number of bins in the RSPD." help="Use of the default setting of 20 is recommended.">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
45 <validator type="in_range" message="" min="0" max="100"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
46 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
47 </when>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
48 </conditional>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
49 <conditional name="useci">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
50 <param name="ci" type="select" label="Calculate 95% Credibility Intervals">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
51 <option value="no" selected="true">no</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
52 <option value="yes">yes</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
53 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
54 <when value="no"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
55 <when value="yes">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
56 <param name="cimem" size="4" type="text" value="1024" label="Amount of memory in (MB) for computing CI" />
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
57 </when>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
58 </conditional>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
59 </when>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
60 </conditional>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
61 </xml>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
62 <xml name="bowtie_options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
63 <conditional name="bowtie_options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
64 <param name="fullparams" type="select" label="bowtie settings">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
65 <option value="default">use bowtie defaults</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
66 <option value="fullset">set bowtie options</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
67 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
68 <when value="default"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
69 <when value="fullset">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
70 <param name="bowtie_n" type="integer" value="2" optional="true" label="Bowtie mismatches" help="Bowtie parameter max # of mismatches in the seed. (Range: 0-3, Default: 2) ">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
71 <validator type="in_range" message="max # of mismatches in the seed between 0 and 3" min="0" max="3"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
72 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
73 <param name="bowtie_e" type="integer" value="99999999" label="Maximum sum of quality scores at mismatched positions in read alignments. This is also the value for the Bowtie -e option">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
74 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
75 <param name="bowtie_m" type="integer" value="200" label="Discard alignments for reads with number of alignments greater than">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
76 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
77 </when>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
78 </conditional>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
79 </xml>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
80 <xml name="bowtie2_options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
81 <conditional name="bowtie2_options">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
82 <param name="fullparams" type="select" label="bowtie settings">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
83 <option value="default">use bowtie2 defaults</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
84 <option value="fullset">set bowtie2 options</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
85 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
86 <when value="default"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
87 <when value="fullset">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
88 <param name="bowtie2_mismatch_rate" type="float" value="0.1" label="--bowtie2-mismatch-rate" help="The maximum mismatch rate allowed. (Default: 0.1)">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
89 <validator type="in_range" message="a rate, between 0 and 0.8" min="0" max="0.8"/>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
90 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
91 <param name="bowtie2_k" type="integer" value="200" label="--bowtie2-k" help="Find up to `int` alignments per read. (Default: 200)">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
92 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
93 <param name="bowtie2_sensitivity_level" type="select" label="--bowtie2-sensitivity-level">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
94 <option value="very_fast">very_fast</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
95 <option value="fast">fast</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
96 <option value="sensitive" selected="true">sensitive</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
97 <option value="very_sensitive">very_sensitive</option>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
98 <help>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
99 Set Bowtie 2's preset options in --end-to-end mode. This option controls how hard Bowtie 2 tries to find
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
100 alignments. Must be one of "very_fast", "fast", "sensitive" and "very_sensitive". The four candidates correspond to Bowtie 2's
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
101 "--very-fast", "--fast", "--sensitive" and "--very-sensitive" options. (Default: "sensitive" - use Bowtie 2's default)
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
102 </help>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
103 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
104 </when>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
105 </conditional>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
106 </xml>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
107 <xml name="sampling_for_bam">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
108 <param name="sampling_for_bam" type="boolean" truevalue="--sampling-for-bam" falsevalue="" checked="false" label="Use sampling for BAM">
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
109 <help> When RSEM generates a BAM file, instead of outputing all alignments a read has with their posterior probabilities, one alignment is sampled according to the posterior probabilities. The sampling procedure includes the alignment to the "noise" transcript, which does not appear in the BAM file. Only the sampled alignment has a weight of 1. All other alignments have weight 0. If the "noise" transcript is sampled, all alignments appeared in the BAM file should have weight 0. (Default: off)
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
110 </help>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
111 </param>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
112 </xml>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
113 </macros>
e5e836936d60 planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit d84a0359354698a4b29df12ab581c2618bffcf80
artbio
parents:
diff changeset
114