annotate macros.xml @ 10:6aba6cca3fab draft

planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 36c2780df597aa4b14ae9c620457f7460166aaa5
author artbio
date Tue, 03 Apr 2018 18:27:15 -0400
parents 8d36aa9727b5
children c86ed39b72eb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
1 <?xml version="1.0"?>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
2 <macros>
10
6aba6cca3fab planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 36c2780df597aa4b14ae9c620457f7460166aaa5
artbio
parents: 8
diff changeset
3 <token name="@WRAPPER_VERSION@">0.5.4</token>
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
4 <xml name="rsem_options">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
5 <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)">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
6 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
7 <param name="forward_prob" type="select" label="Is the library strand specific?">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
8 <option value="0.5" selected="true">No</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
9 <option value="1">Yes, the reads (or first reads from paired-end libraries) are only in the forward orientation</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
10 <option value="0">Yes, the reads (or first reads from paired-end libraries) are only in the reverse orientation</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
11 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
12 <conditional name="rsem_options">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
13 <param name="fullparams" type="select" label="Additional RSEM options">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
14 <option value="default">Use RSEM Defaults</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
15 <option value="fullset">Set Additional RSEM Options</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
16 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
17 <when value="default"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
18 <when value="fullset">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
19 <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">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
20 <validator type="in_range" message="0 or greater" min="0" />
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
21 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
22 <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">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
23 <validator type="in_range" message="0 or greater" min="0" max="1000000"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
24 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
25 <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)">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
26 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
27 <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. ">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
28 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
29 <conditional name="rspd">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
30 <param name="estimate" type="select" label="Read Start Position Distribution (RSPD)"
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
31 help="Set this option if you want to estimate the read start position distribution (RSPD) from data. Otherwise, RSEM will use a uniform RSPD.">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
32 <option value="no" selected="true">Use a uniform RSPD</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
33 <option value="yes">Estimate and correct for a non-uniform RSPD</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
34 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
35 <when value="no"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
36 <when value="yes">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
37 <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.">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
38 <validator type="in_range" message="" min="0" max="100"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
39 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
40 </when>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
41 </conditional>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
42 <conditional name="useci">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
43 <param name="ci" type="select" label="Calculate 95% Credibility Intervals">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
44 <option value="no" selected="true">no</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
45 <option value="yes">yes</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
46 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
47 <when value="no"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
48 <when value="yes">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
49 <param name="cimem" size="4" type="text" value="1024" label="Amount of memory in (MB) for computing CI" />
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
50 </when>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
51 </conditional>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
52 </when>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
53 </conditional>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
54 </xml>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
55 <xml name="bowtie_options">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
56 <conditional name="bowtie_options">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
57 <param name="fullparams" type="select" label="bowtie settings">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
58 <option value="default">use bowtie defaults</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
59 <option value="fullset">set bowtie options</option>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
60 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
61 <when value="default"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
62 <when value="fullset">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
63 <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) ">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
64 <validator type="in_range" message="max # of mismatches in the seed between 0 and 3" min="0" max="3"/>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
65 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
66 <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">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
67 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
68 <param name="bowtie_m" type="integer" value="200" label="Discard alignments for reads with number of alignments greater than">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
69 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
70 </when>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
71 </conditional>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
72 </xml>
5
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
73 <xml name="bowtie2_options">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
74 <conditional name="bowtie2_options">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
75 <param name="fullparams" type="select" label="bowtie settings">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
76 <option value="default">use bowtie2 defaults</option>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
77 <option value="fullset">set bowtie2 options</option>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
78 </param>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
79 <when value="default"/>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
80 <when value="fullset">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
81 <param name="bowtie2_mismatch_rate" type="float" value="0.1" label="--bowtie2-mismatch-rate" help="The maximum mismatch rate allowed. (Default: 0.1)">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
82 <validator type="in_range" message="a rate, between 0 and 0.8" min="0" max="0.8"/>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
83 </param>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
84 <param name="bowtie2_k" type="integer" value="200" label="--bowtie2-k" help="Find up to `int` alignments per read. (Default: 200)">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
85 </param>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
86 <param name="bowtie2_sensitivity_level" type="select" label="--bowtie2-sensitivity-level">
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
87 <option value="very_fast">very_fast</option>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
88 <option value="fast">fast</option>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
89 <option value="sensitive" selected="true">sensitive</option>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
90 <option value="very_sensitive">very_sensitive</option>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
91 <help>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
92 Set Bowtie 2's preset options in --end-to-end mode. This option controls how hard Bowtie 2 tries to find
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
93 alignments. Must be one of "very_fast", "fast", "sensitive" and "very_sensitive". The four candidates correspond to Bowtie 2's
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
94 "--very-fast", "--fast", "--sensitive" and "--very-sensitive" options. (Default: "sensitive" - use Bowtie 2's default)
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
95 </help>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
96 </param>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
97 </when>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
98 </conditional>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
99 </xml>
78a1909aca3e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit f517d1dbd9f4c6fd0b37317555315c60a09451ee
artbio
parents: 0
diff changeset
100 <xml name="sampling_for_bam">
0
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
101 <param name="sampling_for_bam" type="boolean" truevalue="--sampling-for-bam" falsevalue="" checked="false" label="Use sampling for BAM">
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
102 <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)
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
103 </help>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
104 </param>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
105 </xml>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
106 </macros>
8857193bde0e planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit b800e37fa54bbfeb16027133f7c34647ea460419
artbio
parents:
diff changeset
107