Mercurial > repos > nilshomer > srma_wrapper
annotate srma_wrapper.xml @ 0:9d60d2fce247 default tip
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
author | nilshomer |
---|---|
date | Tue, 07 Jun 2011 17:43:07 -0400 |
parents | |
children |
rev | line source |
---|---|
0
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
1 <tool id="srma_wrapper" name="Re-align with SRMA" version="0.1.1"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
2 <description></description> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
3 <command interpreter="python"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
4 srma_wrapper.py |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
5 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
6 #if $refGenomeSource.refGenomeSource == "history": |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
7 --ref=$refGenomeSource.ownFile |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
8 #else: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
9 --ref=$refGenomeSource.ref.value |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
10 #end if |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
11 --input=$input --output=$output |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
12 --params=$params.source_select --fileSource=$refGenomeSource.refGenomeSource |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
13 #if $params.source_select == "pre_set": |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
14 --offset="None", --minMappingQuality="None", --minAlleleProbability="None", --minAlleleCoverage="None", --range="None", --correctBases="None", --useSequenceQualities="None", --maxHeapSize="None", --fileSource="None", --params="None", --dbkey="None", |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
15 #else: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
16 --offset=$params.offset, --minMappingQuality=$params.minMappingQuality, --minAlleleProbability=$params.minAlleleProbability, --minAlleleCoverage=$params.minAlleleCoverage, --range=$params.range, --correctBases=$params.correctBases, --useSequenceQualities=$params.useSequenceQualities, --maxHeapSize=$params.maxHeapSize, --fileSource=$params.fileSource, --params=$params.params, --dbkey=$params.dbkey, #end if |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
17 #if $refGenomeSource.refGenomeSource == "history": |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
18 --dbkey=$dbkey |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
19 #else: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
20 --dbkey="None" |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
21 #end if |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
22 </command> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
23 <inputs> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
24 <conditional name="refGenomeSource"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
25 <param name="refGenomeSource" type="select" label="Will you select a reference genome from your history or use a built-in reference?"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
26 <option value="built-in">Use a built-in reference</option> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
27 <option value="history">Use one from the history</option> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
28 </param> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
29 <when value="built-in"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
30 <param name="ref" type="select" label="Select a reference genome"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
31 <options from_file="srma_ref.loc"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
32 <column name="value" index="1" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
33 <column name="name" index="0" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
34 </options> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
35 </param> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
36 </when> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
37 <when value="history"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
38 <param name="ownFile" type="data" format="fasta" metadata_name="dbkey" label="Select a reference from history" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
39 </when> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
40 </conditional> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
41 <param name="input" type="data" format="bam" label="Input BAM file" help="The input BAM file to re-align"/> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
42 <conditional name="params"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
43 <param name="source_select" type="select" label="SRMA settings to use" help="For most re-alignment needs, use Commonly Used settings. If you want full control use Full Parameter List"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
44 <option value="pre_set">Commonly Used</option> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
45 <option value="full">Full Parameter List</option> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
46 </param> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
47 <when value="pre_set" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
48 <when value="full"> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
49 <param name="offset" type="integer" value="20" label="Offset" help="The alignment offset" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
50 <param name="minMappingQuality" type="integer" value="0" label="Minimum mapping quality" help="The minimum mapping quality" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
51 <param name="minAlleleProbability" type="float" value="0.1" label="Minimum allele probability" help="The minimum allele probability conditioned on coverage (for the binomial quantile)." /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
52 <param name="minAlleleCoverage" type="integer" value="2" label="Minimum allele coverage" help="The minimum haploid coverage for the consensus. Default value: 3. This option can be set " /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
53 <param name="range" type="text" value="null" label="Range" help="A range to examine" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
54 <param name="correctBases" type="boolean" truevalue="true" falsevalue="false" checked="no" label="Correct bases" help="Correct bases " /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
55 <param name="useSequenceQualities" type="boolean" truevalue="true" falsevalue="false" checked="no" label="Use sequence qualities" help="Use sequence qualities " /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
56 <param name="maxHeapSize" type="integer" value="8192" label="Maximum heap size" help="The maximum number of nodes on the heap before re-alignment is ignored" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
57 </when> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
58 </conditional> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
59 </inputs> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
60 <outputs> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
61 <data format="bam" name="output" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
62 </outputs> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
63 <help> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
64 **What it does** |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
65 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
66 SRMA is a short read micro re-aligner for next-generation high throughput sequencing data. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
67 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
68 Sequence alignment algorithms examine each read independently. When indels occur towards the ends of reads, the alignment can lead to false SNPs as well as improperly placed indels. This tool aims to perform a re-alignment of each read to a graphical representation of all alignments within a local region to provide a better overall base-resolution consensus. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
69 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
70 Currently this tool works well with and has been tested on 30x diploid coverage genome sequencing data from Illumina and ABI SOLiD technology. This tool may not work well with 454 data, as indels are a significant error mode for 454 data. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
71 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
72 ------ |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
73 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
74 Please cite the website "http://srma.sourceforge.net" as well as: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
75 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
76 Homer N, and Nelson SF. SRMA: short read micro re-aligner. 2010. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
77 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
78 ------ |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
79 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
80 **Know what you are doing** |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
81 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
82 .. class:: warningmark |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
83 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
84 There is no such thing (yet) as an automated gearshift in short read mapping. It is all like stick-shift driving in San Francisco. In other words = running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
85 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
86 .. __: http://srma.sourceforge.net/ |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
87 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
88 ------ |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
89 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
90 **Input formats** |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
91 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
92 SRMA accepts a BAM input file. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
93 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
94 ------ |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
95 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
96 **Outputs** |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
97 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
98 The output is in BAM format, see http://samtools.sourceforge.net for more details. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
99 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
100 ------- |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
101 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
102 **SRMA settings** |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
103 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
104 All of the options have a default value. You can change any of them. Most of the options in SRMA have been implemented here. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
105 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
106 ------ |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
107 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
108 **SRMA parameter list** |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
109 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
110 This is an exhaustive list of SRMA options: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
111 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
112 For **SRMA**:: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
113 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
114 INPUT=File |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
115 I=File The input SAM or BAM file. Required. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
116 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
117 OUTPUT=File |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
118 O=File The output SAM or BAM file. Default value: null. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
119 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
120 REFERENCE=File |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
121 R=File The reference FASTA file. Required. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
122 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
123 OFFSET=Integer The alignment offset. Default value: 20. This option can be set to 'null' to clear the |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
124 default value. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
125 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
126 MIN_MAPQ=Integer The minimum mapping quality. Default value: 0. This option can be set to 'null' to clear |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
127 the default value. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
128 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
129 MINIMUM_ALLELE_PROBABILITY=Double |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
130 The minimum allele probability conditioned on coverage (for the binomial quantile). |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
131 Default value: 0.1. This option can be set to 'null' to clear the default value. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
132 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
133 MINIMUM_ALLELE_COVERAGE=Integer |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
134 The minimum haploid coverage for the consensus. Default value: 3. This option can be set |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
135 to 'null' to clear the default value. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
136 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
137 RANGE=String A range to examine. Default value: null. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
138 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
139 CORRECT_BASES=Boolean Correct bases. Default value: false. This option can be set to 'null' to clear the |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
140 default value. Possible values: {true, false} |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
141 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
142 USE_SEQUENCE_QUALITIES=BooleanUse sequence qualities Default value: true. This option can be set to 'null' to clear the |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
143 default value. Possible values: {true, false} |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
144 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
145 MAX_HEAP_SIZE=Integer The maximum number of nodes on the heap before re-alignment is ignored Default value: |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
146 8192. This option can be set to 'null' to clear the default value. |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
147 |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
148 </help> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
149 <code file="srma_wrapper_code.py" /> |
9d60d2fce247
Migrated tool version 0.1.1 from old tool shed archive to new tool shed repository
nilshomer
parents:
diff
changeset
|
150 </tool> |