comparison bowtie_rRNA_removal_wrapper/bowtie_rRNA_tRNA_removal_wrapper.xml @ 20:87b1fa00d6ab draft

Uploaded
author jackcurragh
date Wed, 13 Apr 2022 09:00:19 +0000
parents dbb3e98144fd
children b49ad9f12dfa
comparison
equal deleted inserted replaced
19:0e50b8e70840 20:87b1fa00d6ab
1 <tool id="bowtie_rRNA_tRNA_removal_wrapper" name="Remove rRNA and tRNA using Bowtie" version="1.4.0">
2 <description></description>
3 <requirements>
4 <requirement type="package" version="1.2.0">bowtie</requirement>
5 </requirements>
6 <version_command>bowtie --version</version_command>
7 <command>
8 python '$__tool_directory__/bowtie_rRNA_tRNA_removal_wrapper.py'
9 ## Set number of threads
10 --threads="\${GALAXY_SLOTS:-4}"
11 ## Outputs
12 --output="${output}"
13 #if str( $singlePaired.sPaired ) == "single"
14 #if $output_unmapped_reads_l
15 --output_unmapped_reads="${output_unmapped_reads_l}"
16 #end if
17 #if $output_suppressed_reads_l
18 --output_suppressed_reads="${output_suppressed_reads_l}"
19 #end if
20 --galaxy_input_format="${singlePaired.sInput1.ext}"
21 #else
22 #if $output_unmapped_reads_l and $output_unmapped_reads_r
23 --output_unmapped_reads_l="${output_unmapped_reads_l}"
24 --output_unmapped_reads_r="${output_unmapped_reads_r}"
25 #end if
26 #if $output_suppressed_reads_l and $output_suppressed_reads_l
27 --output_suppressed_reads_l="${output_suppressed_reads_l}"
28 --output_suppressed_reads_r="${output_suppressed_reads_r}"
29 #end if
30 --galaxy_input_format="${singlePaired.pInput1.ext}"
31 #end if
32 ## Inputs
33 --dataType="solexa" ##this indicates that nucleotide base space is used in the wrapper
34 --suppressHeader="${suppressHeader}"
35 --genomeSource="${refGenomeSource.genomeSource}"
36 #if $refGenomeSource.genomeSource == "history":
37 ##index already exists
38 #if $refGenomeSource.ownFile.extension.startswith( 'bowtie_' ):
39 ##user previously built
40 --ref="${refGenomeSource.ownFile.extra_files_path}/${refGenomeSource.ownFile.metadata.base_name}"
41 --do_not_build_index
42 #else:
43 ##build index on the fly
44 --ref="${refGenomeSource.ownFile}"
45 --indexSettings="${refGenomeSource.indexParams.indexSettings}"
46 #if $refGenomeSource.indexParams.indexSettings == "indexFull":
47 --iautoB="${refGenomeSource.indexParams.autoBehavior.autoB}"
48 #if $refGenomeSource.indexParams.autoBehavior.autoB == "set":
49 --ipacked="${refGenomeSource.indexParams.autoBehavior.packed}"
50 --ibmax="${refGenomeSource.indexParams.autoBehavior.bmax}"
51 --ibmaxdivn="${refGenomeSource.indexParams.autoBehavior.bmaxdivn}"
52 --idcv="${refGenomeSource.indexParams.autoBehavior.dcv}"
53 #end if
54 --inodc="${refGenomeSource.indexParams.nodc}"
55 --inoref="${refGenomeSource.indexParams.noref}"
56 --ioffrate="${refGenomeSource.indexParams.offrate}"
57 --iftab="${refGenomeSource.indexParams.ftab}"
58 --intoa="${refGenomeSource.indexParams.ntoa}"
59 --iendian="${refGenomeSource.indexParams.endian}"
60 --iseed="${refGenomeSource.indexParams.seed}"
61 #end if
62 #end if
63 #else
64 ##use pre-built index
65 --ref="${refGenomeSource.index.fields.path}"
66 #end if
67 --paired="${singlePaired.sPaired}"
68 #if $singlePaired.sPaired == "single":
69 --input1="${singlePaired.sInput1}"
70 --params="${singlePaired.sParams.sSettingsType}"
71 #if $singlePaired.sParams.sSettingsType == "full":
72 --skip="${singlePaired.sParams.sSkip}"
73 --alignLimit="${singlePaired.sParams.sAlignLimit}"
74 --trimH="${singlePaired.sParams.sTrimH}"
75 --trimL="${singlePaired.sParams.sTrimL}"
76 #if $singlePaired.sParams.alignModeOption.alignMode == 'nMode'
77 --mismatchSeed="${singlePaired.sParams.alignModeOption.sMismatchSeed}"
78 --mismatchQual="${singlePaired.sParams.alignModeOption.sMismatchQual}"
79 --seedLen="${singlePaired.sParams.alignModeOption.sSeedLen}"
80 --rounding="${singlePaired.sParams.alignModeOption.sRounding}"
81 #else
82 --maxMismatches="${singlePaired.sParams.alignModeOption.maxMismatches}"
83 #end if
84 --forwardAlign="${singlePaired.sParams.sForwardAlign}"
85 --reverseAlign="${singlePaired.sParams.sReverseAlign}"
86 --tryHard="${singlePaired.sParams.sBestOption.sTryHardOption.sTryHard}"
87 --allValAligns="${singlePaired.sParams.sAllValAlignsOption.sAllValAligns}"
88 #if $singlePaired.sParams.sAllValAlignsOption.sAllValAligns == "noAllValAligns"
89 --valAlign="${singlePaired.sParams.sAllValAlignsOption.sValAlign}"
90 #end if
91 --suppressAlign="${singlePaired.sParams.sSuppressAlign}"
92 --best="${singlePaired.sParams.sBestOption.sBest}"
93 #if $singlePaired.sParams.sBestOption.sBest == "doBest":
94 --strata="${singlePaired.sParams.sBestOption.sdStrata}"
95 #if $singlePaired.sParams.sBestOption.sTryHardOption.sTryHard == "noTryHard"
96 --maxBacktracks="${singlePaired.sParams.sBestOption.sTryHardOption.sdMaxBacktracks}"
97 #end if
98 #else:
99 #if $singlePaired.sParams.sBestOption.sTryHardOption.sTryHard == "noTryHard"
100 --maxBacktracks="${singlePaired.sParams.sBestOption.sTryHardOption.snMaxBacktracks}"
101 #end if
102 #end if
103 --offrate="${singlePaired.sParams.sOffrate}"
104 --seed="${singlePaired.sParams.sSeed}"
105 #end if
106 #else:
107 --input1="${singlePaired.pInput1}"
108 --input2="${singlePaired.pInput2}"
109 --maxInsert="${singlePaired.pMaxInsert}"
110 --mateOrient="${singlePaired.pMateOrient}"
111 --params="${singlePaired.pParams.pSettingsType}"
112 #if $singlePaired.pParams.pSettingsType == "full":
113 --skip="${singlePaired.pParams.pSkip}"
114 --alignLimit="${singlePaired.pParams.pAlignLimit}"
115 --trimH="${singlePaired.pParams.pTrimH}"
116 --trimL="${singlePaired.pParams.pTrimL}"
117 #if $singlePaired.pParams.alignModeOption.alignMode == 'nMode'
118 --mismatchSeed="${singlePaired.pParams.alignModeOption.pMismatchSeed}"
119 --mismatchQual="${singlePaired.pParams.alignModeOption.pMismatchQual}"
120 --seedLen="${singlePaired.pParams.alignModeOption.pSeedLen}"
121 --rounding="${singlePaired.pParams.alignModeOption.pRounding}"
122 #else
123 --maxMismatches="${singlePaired.pParams.alignModeOption.maxMismatches}"
124 #end if
125 --minInsert="${singlePaired.pParams.pMinInsert}"
126 --forwardAlign="${singlePaired.pParams.pForwardAlign}"
127 --reverseAlign="${singlePaired.pParams.pReverseAlign}"
128 --tryHard="${singlePaired.pParams.pBestOption.pTryHardOption.pTryHard}"
129 --allValAligns="${singlePaired.pParams.pAllValAlignsOption.pAllValAligns}"
130 #if $singlePaired.pParams.pAllValAlignsOption.pAllValAligns == "noAllValAligns"
131 --valAlign="${singlePaired.pParams.pAllValAlignsOption.pValAlign}"
132 #end if
133 --suppressAlign="${singlePaired.pParams.pSuppressAlign}"
134 --best="${singlePaired.pParams.pBestOption.pBest}"
135 #if $singlePaired.pParams.pBestOption.pBest == "doBest":
136 --strata="${singlePaired.pParams.pBestOption.pdStrata}"
137 #if $singlePaired.pParams.pBestOption.pTryHardOption.pTryHard == "noTryHard"
138 --maxAlignAttempt="${singlePaired.pParams.pBestOption.pTryHardOption.pMaxAlignAttempt}"
139 --maxBacktracks="${singlePaired.pParams.pBestOption.pTryHardOption.pdMaxBacktracks}"
140 #end if
141 #else:
142 #if $singlePaired.pParams.pBestOption.pTryHardOption.pTryHard == "noTryHard"
143 --maxAlignAttempt="${singlePaired.pParams.pBestOption.pTryHardOption.pMaxAlignAttempt}"
144 --maxBacktracks="${singlePaired.pParams.pBestOption.pTryHardOption.pnMaxBacktracks}"
145 #end if
146 #end if
147 --offrate="${singlePaired.pParams.pOffrate}"
148 --seed="${singlePaired.pParams.pSeed}"
149 #end if
150 #end if
151 #if $save_mapping_stats
152 --output_mapping_stats="$mapping_stats"
153 #end if
154 </command>
155 <inputs>
156 <conditional name="refGenomeSource">
157 <param name="genomeSource" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Built-ins were indexed using default options">
158 <option value="indexed">Use a built-in index</option>
159 <option value="history" selected="True">Use one from the history</option>
160 </param>
161 <when value="indexed">
162 <param name="index" type="select" label="Select a reference genome" help="if your genome of interest is not listed - contact Galaxy team">
163 <options from_data_table="bowtie_indexes">
164 <filter type="sort_by" column="2" />
165 <validator type="no_options" message="No indexes are available" />
166 </options>
167 </param>
168 </when>
169 <when value="history">
170 <param name="ownFile" type="data" format="bowtie_base_index,fasta" label="Select the reference genome" />
171 <conditional name="indexParams">
172 <param name="indexSettings" type="select" label="Choose whether to use Default options for building indices or to Set your own" help="These settings are ignored when using a prebuilt index">
173 <option value="indexPreSet">Default</option>
174 <option value="indexFull">Set your own</option>
175 </param>
176 <when value="indexPreSet" />
177 <when value="indexFull">
178 <conditional name="autoBehavior">
179 <param name="autoB" type="select" label="Choose to use automatic or specified behavior for some parameters (-a)" help="Allows you to set --packed, --bmax, --bmaxdivn, and --dcv">
180 <option value="auto">Automatic behavior</option>
181 <option value="set">Set values (sets --noauto and allows others to be set)</option>
182 </param>
183 <when value="auto" />
184 <when value="set">
185 <param name="packed" type="select" label="Whether or not to use a packed representation for DNA strings (--packed)" help="Packed representation saves memory but makes indexing 2-3 times slower">
186 <option value="unpacked">Use regular representation</option>
187 <option value="packed">Use packed representation</option>
188 </param>
189 <param name="bmax" type="integer" value="-1" label="Maximum number of suffixes allowed in a block (--bmax)" help="-1 for not specified. Must be at least 1" />
190 <param name="bmaxdivn" type="integer" value="4" label="Maximum number of suffixes allowed in a block as a fraction of the length of the reference (--bmaxdivn)" />
191 <param name="dcv" type="integer" value="1024" min="3" label="The period for the difference-cover sample (--dcv)" help="A larger period yields less memory overhead, but may make suffix sorting slower, especially if repeats are present" />
192 </when>
193 </conditional>
194 <param name="nodc" type="select" label="Whether or not to disable the use of the difference-cover sample (--nodc)" help="Suffix sorting becomes quadratic-time in the worst case (with a very repetitive reference)">
195 <option value="dc">Use difference-cover sample</option>
196 <option value="nodc">Disable difference-cover sample</option>
197 </param>
198 <param name="noref" type="select" label="Whether or not to build the part of the reference index used only in paired-end alignment (-r)">
199 <option value="ref">Build all index files</option>
200 <option value="noref">Do not build paired-end alignment index files</option>
201 </param>
202 <param name="offrate" type="integer" value="5" min="0" label="The indexer will mark every 2^n Burrows-Wheeler rows with their corresponding location on the genome (-o)" help="Marking more rows makes reference-position lookups faster, but requires more memory to hold the annotations at runtime" />
203 <param name="ftab" type="integer" value="10" min="1" label="The size of the ftab lookup table used to calculate an initial Burrows-Wheeler range with respect to the first n characters of the query (-t)" help="ftab size is 4^(n+1) bytes" />
204 <param name="ntoa" type="select" label="Whether or not to convert Ns in the reference sequence to As (--ntoa)">
205 <option value="no">Do not convert Ns</option>
206 <option value="yes">Convert Ns to As</option>
207 </param>
208 <param name="endian" type="select" label="Endianness to use when serializing integers to the index file (--big/--little)" help="Little is most appropriate for Intel- and AMD-based architecture">
209 <option value="little">Little</option>
210 <option value="big">Big</option>
211 </param>
212 <param name="seed" type="integer" value="-1" label="Seed for the pseudorandom number generator (--seed)" help="Use -1 to use default" />
213 </when> <!-- indexFull -->
214 </conditional> <!-- indexParams -->
215 </when> <!-- history -->
216 </conditional> <!-- refGenomeSource -->
217 <conditional name="singlePaired">
218 <param name="sPaired" type="select" label="Is this library mate-paired?">
219 <option value="single">Single-end</option>
220 <option value="paired">Paired-end</option>
221 </param>
222 <when value="single">
223 <param name="sInput1" type="data" format="fastqsanger,fastqillumina,fastqsolexa" label="FASTQ file" help="Must have ASCII encoded quality scores"/>
224 <conditional name="sParams">
225 <param name="sSettingsType" type="select" label="Bowtie settings to use" help="For most mapping needs use Commonly used settings. If you want full control use Full parameter list">
226 <option value="preSet">Commonly used</option>
227 <option value="full" selected="true">Full parameter list</option>
228 </param>
229 <when value="preSet" />
230 <when value="full">
231 <param name="sSkip" type="integer" value="0" label="Skip the first n reads (-s)" />
232 <param name="sAlignLimit" type="integer" value="-1" label="Only align the first n reads (-u)" help="-1 for off" />
233 <param name="sTrimH" type="integer" value="0" label="Trim n bases from high-quality (left) end of each read before alignment (-5)" />
234 <param name="sTrimL" type="integer" value="0" label="Trim n bases from low-quality (right) end of each read before alignment (-3)" />
235 <conditional name="alignModeOption">
236 <param name="alignMode" type="select" label="Alignment mode">
237 <option value="nMode">Maq-like: quality-aware, limit mismatches in seed (-n)</option>
238 <option value="vMode" selected="true">ignore qualities, limit end-to-end mismatches (-v)</option>
239 </param>
240 <when value="nMode">
241 <param name="sMismatchSeed" type="integer" value="2" min="0" max="3" label="Maximum number of mismatches permitted in the seed (-n)" help="May be 0, 1, 2, or 3" />
242 <param name="sMismatchQual" type="integer" value="70" min="1" label="Maximum permitted total of quality values at all mismatched read positions (-e)" />
243 <param name="sSeedLen" type="integer" value="28" min="5" label="Seed length (-l)" help="Minimum value is 5" />
244 <param name="sRounding" type="select" label="Whether or not to round to the nearest 10 and saturating at 30 (--nomaqround)" help="Maq accepts quality values in the Phred quality scale, but internally rounds values to the nearest 10, with a maximum of 30. By default, bowtie also rounds this way">
245 <option value="round">Round to nearest 10</option>
246 <option value="noRound">Do not round to nearest 10</option>
247 </param>
248 </when>
249 <when value="vMode">
250 <param name="maxMismatches" type="integer" value="3" min="0" max="3" label="Maximum number of mismatches (-v)" help="May be 0, 1, 2, or 3" />
251 <param name="sSeedLen" type="integer" value="25" min="5" label="Seed length (-l)" help="Minimum value is 5" />
252 </when>
253 </conditional>
254 <param name="sForwardAlign" type="select" label="Choose whether or not to attempt to align against the forward reference strand (--nofw)">
255 <option value="forward">Align against the forward reference strand</option>
256 <option value="noForward">Do not align against the forward reference strand</option>
257 </param>
258 <param name="sReverseAlign" type="select" label="Choose whether or not to attempt to align against the reverse-complement reference strand (--norc)">
259 <option value="reverse">Align against the reverse-complement reference strand</option>
260 <option value="noReverse" selected="true">Do not align against the reverse-complement reference strand</option>
261 </param>
262 <conditional name="sBestOption">
263 <param name="sBest" type="select" label="Whether or not to make Bowtie guarantee that reported singleton alignments are 'best' in terms of stratum and in terms of the quality values at the mismatched positions (--best)" help="Removes all strand bias. Only affects which alignments are reported by Bowtie. Runs slower with best option">
264 <option value="noBest">Do not use best</option>
265 <option value="doBest">Use best</option>
266 </param>
267 <when value="noBest">
268 <conditional name="sTryHardOption">
269 <param name="sTryHard" type="select" label="Whether or not to try as hard as possible to find valid alignments when they exist (-y)" help="Tryhard mode is much slower than regular mode">
270 <option value="noTryHard">Do not try hard</option>
271 <option value="doTryHard">Try hard</option>
272 </param>
273 <when value="noTryHard">
274 <param name="snMaxBacktracks" type="integer" value="125" min="0" label="Maximum number of backtracks permitted when aligning a read (--maxbts)" />
275 </when>
276 <when value="doTryHard" />
277 </conditional>
278 </when>
279 <when value="doBest">
280 <param name="sdStrata" type="select" label="Whether or not to report only those alignments that fall in the best stratum if many valid alignments exist and are reportable (--strata)">
281 <option value="noStrata">Do not use strata option</option>
282 <option value="doStrata">Use strata option</option>
283 </param>
284 <conditional name="sTryHardOption">
285 <param name="sTryHard" type="select" label="Whether or not to try as hard as possible to find valid alignments when they exist (-y)" help="Tryhard mode is much slower than regular mode">
286 <option value="noTryHard">Do not try hard</option>
287 <option value="doTryHard">Try hard</option>
288 </param>
289 <when value="noTryHard">
290 <param name="sdMaxBacktracks" type="integer" value="800" min="0" label="Maximum number of backtracks permitted when aligning a read (--maxbts)" />
291 </when>
292 <when value="doTryHard" />
293 </conditional>
294 </when>
295 </conditional> <!-- bestOption -->
296 <conditional name="sAllValAlignsOption">
297 <param name="sAllValAligns" type="select" label="Whether or not to report all valid alignments per read (-a)">
298 <option value="noAllValAligns">Do not report all valid alignments</option>
299 <option value="doAllValAligns" selected="true">Report all valid alignments</option>
300 </param>
301 <when value="noAllValAligns">
302 <param name="sValAlign" type="integer" value="1" min="1" label="Report up to n valid alignments per read (-k)" />
303 </when>
304 <when value="doAllValAligns" />
305 </conditional>
306 <param name="sSuppressAlign" type="integer" value="-1" label="Suppress all alignments for a read if more than n reportable alignments exist (-m)" help="-1 for no limit" />
307 <param name="sMaxFile" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Write all reads with a number of valid alignments exceeding the limit set with the -m option to a file (--max)" />
308 <param name="sUnmappedFile" type="boolean" truevalue="true" falsevalue="false" checked="True" label="Write all reads that could not be aligned to a file (--un)" />
309 <param name="sOffrate" type="integer" value="-1" label="Override the offrate of the index to n (-o)" help="-1 for default" />
310 <param name="sSeed" type="integer" value="-1" label="Seed for pseudo-random number generator (--seed)" help="-1 for default" />
311 </when> <!-- full -->
312 </conditional> <!-- sParams -->
313 </when> <!-- single -->
314 <when value="paired">
315 <param name="pInput1" type="data" format="fastqsanger,fastqillumina,fastqsolexa" label="Forward FASTQ file" help="Must have ASCII encoded quality scores"/>
316 <param name="pInput2" type="data" format="fastqsanger,fastqillumina,fastqsolexa" label="Reverse FASTQ file" help="File format must match the Forward FASTQ file">
317 <options options_filter_attribute="ext" from_parameter="tool.app.datatypes_registry.datatypes_by_extension" transform_lines="obj.keys()">
318 <column name="name" index="0"/>
319 <column name="value" index="0"/>
320 <filter type="param_value" ref="pInput1" ref_attribute="ext" column="0"/>
321 </options>
322 </param>
323 <param name="pMaxInsert" type="integer" value="1000" label="Maximum insert size for valid paired-end alignments (-X)" />
324 <param name="pMateOrient" type="select" label="The upstream/downstream mate orientation for valid paired-end alignment against the forward reference strand (--fr/--rf/--ff)">
325 <option value="fr">FR (for Illumina)</option>
326 <option value="rf">RF</option>
327 <option value="ff">FF (for SOLiD)</option>
328 </param>
329 <conditional name="pParams">
330 <param name="pSettingsType" type="select" label="Bowtie settings to use" help="For most mapping needs use Commonly used settings. If you want full control use Full parameter list">
331 <option value="preSet">Commonly used</option>
332 <option value="full">Full parameter list</option>
333 </param>
334 <when value="preSet" />
335 <when value="full">
336 <param name="pSkip" type="integer" value="0" label="Skip the first n pairs (-s)" />
337 <param name="pAlignLimit" type="integer" value="-1" label="Only align the first n pairs (-u)" help="-1 for off" />
338 <param name="pTrimH" type="integer" value="0" label="Trim n bases from high-quality (left) end of each read before alignment (-5)" />
339 <param name="pTrimL" type="integer" value="0" label="Trim n bases from low-quality (right) end of each read before alignment (-3)" />
340 <conditional name="alignModeOption">
341 <param name="alignMode" type="select" label="Alignment mode">
342 <option value="nMode">Maq-like: quality-aware, limit mismatches in seed (-n)</option>
343 <option value="vMode" selected="true">ignore qualities, limit end-to-end mismatches (-v)</option>
344 </param>
345 <when value="nMode">
346 <param name="pMismatchSeed" type="integer" value="2" min="0" max="3" label="Maximum number of mismatches permitted in the seed (-n)" help="May be 0, 1, 2, or 3" />
347 <param name="pMismatchQual" type="integer" value="70" min="1" label="Maximum permitted total of quality values at all mismatched read positions (-e)" />
348 <param name="pSeedLen" type="integer" value="28" min="5" label="Seed length (-l)" help="Minimum value is 5" />
349 <param name="pRounding" type="select" label="Whether or not to round to the nearest 10 and saturating at 30 (--nomaqround)" help="Maq accepts quality values in the Phred quality scale, but internally rounds values to the nearest 10, with a maximum of 30. By default, bowtie also rounds this way">
350 <option value="round">Round to nearest 10</option>
351 <option value="noRound">Do not round to nearest 10</option>
352 </param>
353 </when>
354 <when value="vMode">
355 <param name="maxMismatches" type="integer" value="" min="0" max="3" label="Maximum number of mismatches (-v)" help="May be 0, 1, 2, or 3" />
356 <param name="pSeedLen" type="integer" value="25" min="5" label="Seed length (-l)" help="Minimum value is 5" />
357 </when>
358 </conditional>
359 <param name="pMinInsert" type="integer" value="0" label="Minimum insert size for valid paired-end alignments (-I)" />
360 <param name="pForwardAlign" type="select" label="Choose whether or not to attempt to align against the forward reference strand (--nofw)">
361 <option value="forward">Align against the forward reference strand</option>
362 <option value="noForward">Do not align against the forward reference strand</option>
363 </param>
364 <param name="pReverseAlign" type="select" label="Choose whether or not to attempt to align against the reverse-complement reference strand (--norc)">
365 <option value="reverse">Align against the reverse-complement reference strand</option>
366 <option value="noReverse" selected="true">Do not align against the reverse-complement reference strand</option>
367 </param>
368 <conditional name="pBestOption">
369 <param name="pBest" type="select" label="Whether or not to make Bowtie guarantee that reported singleton alignments are 'best' in terms of stratum and in terms of the quality values at the mismatched positions (--best)" help="Removes all strand bias. Only affects which alignments are reported by Bowtie. Runs slower with best option">
370 <option value="noBest">Do not use best</option>
371 <option value="doBest">Use best</option>
372 </param>
373 <when value="noBest">
374 <conditional name="pTryHardOption">
375 <param name="pTryHard" type="select" label="Whether or not to try as hard as possible to find valid alignments when they exist (-y)" help="Tryhard mode is much slower than regular mode">
376 <option value="noTryHard">Do not try hard</option>
377 <option value="doTryHard">Try hard</option>
378 </param>
379 <when value="noTryHard">
380 <param name="pMaxAlignAttempt" type="integer" value="100" min="1" label="Maximum number of attempts Bowtie will make to match an alignment for one mate with an alignment for the opposite mate (--pairtries)" />
381 <param name="pnMaxBacktracks" type="integer" value="125" min="0" label="Maximum number of backtracks permitted when aligning a read (--maxbts)" />
382 </when>
383 <when value="doTryHard" />
384 </conditional>
385 </when>
386 <when value="doBest">
387 <param name="pdStrata" type="select" label="Whether or not to report only those alignments that fall in the best stratum if many valid alignments exist and are reportable (--strata)">
388 <option value="noStrata">Do not use strata option</option>
389 <option value="doStrata">Use strata option</option>
390 </param>
391 <conditional name="pTryHardOption">
392 <param name="pTryHard" type="select" label="Whether or not to try as hard as possible to find valid alignments when they exist (-y)" help="Tryhard mode is much slower than regular mode">
393 <option value="noTryHard">Do not try hard</option>
394 <option value="doTryHard">Try hard</option>
395 </param>
396 <when value="noTryHard">
397 <param name="pMaxAlignAttempt" type="integer" value="100" min="1" label="Maximum number of attempts Bowtie will make to match an alignment for one mate with an alignment for the opposite mate (--pairtries)" />
398 <param name="pdMaxBacktracks" type="integer" value="800" min="0" label="Maximum number of backtracks permitted when aligning a read (--maxbts)" />
399 </when>
400 <when value="doTryHard" />
401 </conditional>
402 </when>
403 </conditional>
404 <conditional name="pAllValAlignsOption">
405 <param name="pAllValAligns" type="select" label="Whether or not to report all valid alignments per pair (-a)">
406 <option value="noAllValAligns">Do not report all valid alignments</option>
407 <option value="doAllValAligns" selected="True">Report all valid alignments</option>
408 </param>
409 <when value="noAllValAligns">
410 <param name="pValAlign" type="integer" value="1" min="1" label="Report up to n valid alignments per pair (-k)" />
411 </when>
412 <when value="doAllValAligns" />
413 </conditional>
414 <param name="pSuppressAlign" type="integer" value="-1" label="Suppress all alignments for a pair if more than n reportable alignments exist (-m)" help="-1 for no limit" />
415 <param name="pMaxFile" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Write all reads with a number of valid alignments exceeding the limit set with the -m option to a file (--max)" />
416 <param name="pUnmappedFile" type="boolean" truevalue="true" falsevalue="false" checked="True" label="Write all reads that could not be aligned to a file (--un)" />
417 <param name="pOffrate" type="integer" value="-1" label="Override the offrate of the index to n (-o)" help="-1 for default" />
418 <param name="pSeed" type="integer" value="-1" label="Seed for pseudo-random number generator (--seed)" help="-1 for default" />
419 </when> <!-- full -->
420 </conditional> <!-- pParams -->
421 </when> <!-- paired -->
422 </conditional> <!-- singlePaired -->
423 <param name="save_mapping_stats" type="boolean" checked="True" label="Save the bowtie mapping statistics to the history" />
424 <param name="suppressHeader" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Suppress the header in the output SAM file (--sam-nohead)" help="Bowtie produces SAM with several lines of header information by default" />
425 </inputs>
426 <outputs>
427 <data format="sam" name="output" label="${tool.name} on ${on_string}: mapped reads">
428 <actions>
429 <conditional name="refGenomeSource.genomeSource">
430 <when value="indexed">
431 <action type="metadata" name="dbkey">
432 <option type="from_data_table" name="bowtie_indexes" column="1" offset="0">
433 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/>
434 <filter type="param_value" ref="refGenomeSource.index" column="0"/>
435 </option>
436 </action>
437 </when>
438 <when value="history">
439 <action type="metadata" name="dbkey">
440 <option type="from_param" name="refGenomeSource.ownFile" param_attribute="dbkey" />
441 </action>
442 </when>
443 </conditional>
444 </actions>
445 </data>
446 <data format="txt" name="mapping_stats" label="${tool.name} on ${on_string}: mapping stats">
447 <filter>save_mapping_stats is True</filter>
448 </data>
449 <data format="fastq" name="output_suppressed_reads_l" label="${tool.name} on ${on_string}: suppressed reads (L)">
450 <filter>((
451 singlePaired['sPaired'] == "single" and
452 singlePaired['sParams']['sSettingsType'] == "full" and
453 singlePaired['sParams']['sMaxFile'] is True
454 ) or (
455 singlePaired['sPaired'] == "paired" and
456 singlePaired['pParams']['pSettingsType'] == "full" and
457 singlePaired['pParams']['pMaxFile'] is True
458 ))
459 </filter>
460 <actions>
461 <conditional name="singlePaired.sPaired">
462 <when value="single">
463 <action type="format">
464 <option type="from_param" name="singlePaired.sInput1" param_attribute="ext" />
465 </action>
466 </when>
467 <when value="paired">
468 <action type="format">
469 <option type="from_param" name="singlePaired.pInput1" param_attribute="ext" />
470 </action>
471 </when>
472 </conditional>
473 </actions>
474 </data>
475 <data format="fastq" name="output_suppressed_reads_r" label="${tool.name} on ${on_string}: suppressed reads (R)">
476 <filter>singlePaired['sPaired'] == "paired"</filter>
477 <filter>singlePaired['pParams']['pSettingsType'] == "full"</filter>
478 <filter>singlePaired['pParams']['pMaxFile'] is True</filter>
479 <actions>
480 <conditional name="singlePaired.sPaired">
481 <when value="single">
482 <action type="format">
483 <option type="from_param" name="singlePaired.sInput1" param_attribute="ext" />
484 </action>
485 </when>
486 <when value="paired">
487 <action type="format">
488 <option type="from_param" name="singlePaired.pInput1" param_attribute="ext" />
489 </action>
490 </when>
491 </conditional>
492 </actions>
493 </data>
494 <data format="fastq" name="output_unmapped_reads_l" label="${tool.name} on ${on_string}: unmapped reads (L)">
495 <filter>
496 ((
497 singlePaired['sPaired'] == "single" and
498 singlePaired['sParams']['sSettingsType'] == "full" and
499 singlePaired['sParams']['sUnmappedFile'] is True
500 ) or (
501 singlePaired['sPaired'] == "paired" and
502 singlePaired['pParams']['pSettingsType'] == "full" and
503 singlePaired['pParams']['pUnmappedFile'] is True
504 ))
505 </filter>
506 <actions>
507 <conditional name="singlePaired.sPaired">
508 <when value="single">
509 <action type="format">
510 <option type="from_param" name="singlePaired.sInput1" param_attribute="ext" />
511 </action>
512 </when>
513 <when value="paired">
514 <action type="format">
515 <option type="from_param" name="singlePaired.pInput1" param_attribute="ext" />
516 </action>
517 </when>
518 </conditional>
519 </actions>
520 </data>
521 <data format="fastq" name="output_unmapped_reads_r" label="${tool.name} on ${on_string}: unmapped reads (R)">
522 <filter>singlePaired['sPaired'] == "paired"</filter>
523 <filter>singlePaired['pParams']['pSettingsType'] == "full"</filter>
524 <filter>singlePaired['pParams']['pUnmappedFile'] is True</filter>
525 <actions>
526 <conditional name="singlePaired.sPaired">
527 <when value="single">
528 <action type="format">
529 <option type="from_param" name="singlePaired.sInput1" param_attribute="ext" />
530 </action>
531 </when>
532 <when value="paired">
533 <action type="format">
534 <option type="from_param" name="singlePaired.pInput1" param_attribute="ext" />
535 </action>
536 </when>
537 </conditional>
538 </actions>
539 </data>
540 </outputs>
541 <tests>
542 <test>
543 <!--
544 Bowtie command:
545 bowtie -q -p 4 -S +sam-nohead chrM_base test-data/bowtie_in2.fastqsanger > bowtie_out6_u.sam
546 sort bowtie_out6_u.sam > bowtie_out6.sam
547 -p is the number of threads. You need to replace the + with 2 dashes.
548 chrM_base needs to be the base location/name of the index files.
549 -->
550 <param name="genomeSource" value="indexed" />
551 <!-- this is the backwards-compatible "unique value" for this index, not an actual path -->
552 <param name="index" value="equCab2chrM" />
553 <param name="sPaired" value="single" />
554 <param name="sInput1" ftype="fastqsanger" value="bowtie_in2.fastqsanger" />
555 <param name="sSettingsType" value="preSet" />
556 <param name="suppressHeader" value="true" />
557 <output name="output" ftype="sam" file="bowtie_out6.sam" sort="True">
558 <metadata name="dbkey" value="equCab2" />
559 </output>
560 </test>
561 <test>
562 <!--
563 Bowtie command:
564 bowtie-build -f test-data/phiX.fasta phiX_base
565 bowtie -q -X 1000 +ff -p 4 -S +sam-nohead -n 2 -e 70 -l 28 +pairtries 100 +maxbts 800 +best +un bowtie_out8_u.fastq phiX_base -1 test-data/bowtie_in5.fastqsanger -2 test-data/bowtie_in6.fastqsanger > bowtie_out7_u.sam
566 sort bowtie_out7_u.sam > bowtie_out7.sam
567 sort bowtie_out8_u_1.sam > bowtie_out8_1.sam
568 sort bowtie_out8_u_2.sam > bowtie_out8_2.sam
569 Then also need to modify bowtie_out8_1.sam and bowtie_out8_2.sam so that all @ lines come before sequence lines.
570 -p is the number of threads. You need to replace the + with 2 dashes.
571 The two unmapped output files will be named bowtie_out8_1.fastq and bowtie_out8_2.fastq.
572 chrM_base is the index files' location/base name.
573 -->
574 <param name="genomeSource" value="history" />
575 <param name="ownFile" value="phiX.fasta" />
576 <param name="indexSettings" value="indexPreSet" />
577 <param name="sPaired" value="paired" />
578 <param name="pInput1" ftype="fastqsanger" value="bowtie_in5.fastqsanger" />
579 <param name="pInput2" ftype="fastqsanger" value="bowtie_in6.fastqsanger" />
580 <param name="pMaxInsert" value="1000" />
581 <param name="pMateOrient" value="ff" />
582 <param name="pSettingsType" value="full" />
583 <param name="pSkip" value="0" />
584 <param name="pAlignLimit" value="-1" />
585 <param name="pTrimH" value="0" />
586 <param name="pTrimL" value="0" />
587 <param name="alignMode" value="nMode" />
588 <param name="pMismatchSeed" value="2" />
589 <param name="pMismatchQual" value="70" />
590 <param name="pSeedLen" value="28" />
591 <param name="pRounding" value="round" />
592 <param name="pMinInsert" value="0" />
593 <param name="pMaxAlignAttempt" value="100" />
594 <param name="pForwardAlign" value="forward" />
595 <param name="pReverseAlign" value="reverse" />
596 <param name="pTryHard" value="noTryHard" />
597 <param name="pValAlign" value="1" />
598 <param name="pAllValAligns" value="noAllValAligns" />
599 <param name="pSuppressAlign" value="-1" />
600 <param name="pUnmappedFile" value="true" />
601 <param name="pMaxFile" value="false" />
602 <param name="pBest" value="doBest" />
603 <param name="pdMaxBacktracks" value="800" />
604 <param name="pdStrata" value="noStrata" />
605 <param name="pOffrate" value="-1" />
606 <param name="pSeed" value="-1" />
607 <param name="suppressHeader" value="true" />
608 <output name="output" ftype="sam" file="bowtie_out7.sam" sort="True" />
609 <output name="output_unmapped_reads_l" ftype="fastqsanger" file="bowtie_out8_1.fastq" sort="True" />
610 <output name="output_unmapped_reads_r" ftype="fastqsanger" file="bowtie_out8_2.fastq" sort="True" />
611 </test>
612 <!-- start testing of non-sanger variant fastq reads -->
613 <test>
614 <param name="genomeSource" value="history" />
615 <param name="ownFile" value="phiX.fasta" />
616 <param name="indexSettings" value="indexPreSet" />
617 <param name="sPaired" value="paired" />
618 <param name="pInput1" ftype="fastqillumina" value="bowtie_in5.fastqillumina" />
619 <param name="pInput2" ftype="fastqillumina" value="bowtie_in6.fastqillumina" />
620 <param name="pMaxInsert" value="1000" />
621 <param name="pMateOrient" value="ff" />
622 <param name="pSettingsType" value="full" />
623 <param name="pSkip" value="0" />
624 <param name="pAlignLimit" value="-1" />
625 <param name="pTrimH" value="0" />
626 <param name="pTrimL" value="0" />
627 <param name="alignMode" value="nMode" />
628 <param name="pMismatchSeed" value="2" />
629 <param name="pMismatchQual" value="70" />
630 <param name="pSeedLen" value="28" />
631 <param name="pRounding" value="round" />
632 <param name="pMinInsert" value="0" />
633 <param name="pMaxAlignAttempt" value="100" />
634 <param name="pForwardAlign" value="forward" />
635 <param name="pReverseAlign" value="reverse" />
636 <param name="pTryHard" value="noTryHard" />
637 <param name="pValAlign" value="1" />
638 <param name="pAllValAligns" value="noAllValAligns" />
639 <param name="pSuppressAlign" value="-1" />
640 <param name="pUnmappedFile" value="true" />
641 <param name="pMaxFile" value="false" />
642 <param name="pBest" value="doBest" />
643 <param name="pdMaxBacktracks" value="800" />
644 <param name="pdStrata" value="noStrata" />
645 <param name="pOffrate" value="-1" />
646 <param name="pSeed" value="-1" />
647 <param name="suppressHeader" value="true" />
648 <output name="output" ftype="sam" file="bowtie_out7.sam" sort="True" />
649 <output name="output_unmapped_reads_l" ftype="fastqillumina" file="bowtie_out8_1.fastqillumina.sorted" sort="True" />
650 <output name="output_unmapped_reads_r" ftype="fastqillumina" file="bowtie_out8_2.fastqillumina.sorted" sort="True" />
651 </test>
652 <test>
653 <param name="genomeSource" value="history" />
654 <param name="ownFile" value="phiX.fasta" />
655 <param name="indexSettings" value="indexPreSet" />
656 <param name="sPaired" value="paired" />
657 <param name="pInput1" ftype="fastqsolexa" value="bowtie_in5.fastqsolexa" />
658 <param name="pInput2" ftype="fastqsolexa" value="bowtie_in6.fastqsolexa" />
659 <param name="pMaxInsert" value="1000" />
660 <param name="pMateOrient" value="ff" />
661 <param name="pSettingsType" value="full" />
662 <param name="pSkip" value="0" />
663 <param name="pAlignLimit" value="-1" />
664 <param name="pTrimH" value="0" />
665 <param name="pTrimL" value="0" />
666 <param name="alignMode" value="nMode" />
667 <param name="pMismatchSeed" value="2" />
668 <param name="pMismatchQual" value="70" />
669 <param name="pSeedLen" value="28" />
670 <param name="pRounding" value="round" />
671 <param name="pMinInsert" value="0" />
672 <param name="pMaxAlignAttempt" value="100" />
673 <param name="pForwardAlign" value="forward" />
674 <param name="pReverseAlign" value="reverse" />
675 <param name="pTryHard" value="noTryHard" />
676 <param name="pValAlign" value="1" />
677 <param name="pAllValAligns" value="noAllValAligns" />
678 <param name="pSuppressAlign" value="-1" />
679 <param name="pUnmappedFile" value="true" />
680 <param name="pMaxFile" value="false" />
681 <param name="pBest" value="doBest" />
682 <param name="pdMaxBacktracks" value="800" />
683 <param name="pdStrata" value="noStrata" />
684 <param name="pOffrate" value="-1" />
685 <param name="pSeed" value="-1" />
686 <param name="suppressHeader" value="true" />
687 <output name="output" ftype="sam" file="bowtie_out7.sam" sort="True" />
688 <output name="output_unmapped_reads_l" ftype="fastqsolexa" file="bowtie_out8_1.fastqsolexa.sorted" sort="True" />
689 <output name="output_unmapped_reads_r" ftype="fastqsolexa" file="bowtie_out8_2.fastqsolexa.sorted" sort="True" />
690 </test>
691 <!-- end testing of non-sanger variant fastq reads -->
692 <test>
693 <!--
694 Bowtie command:
695 bowtie -q -p 4 -S +sam-nohead -n 2 -e 70 -l 28 -y -k 1 chrM_base test-data/bowtie_in2.fastqsanger > bowtie_out9_u.sam
696 sort bowtie_out9_u.sam > bowtie_out9.sam
697 -p is the number of threads. You need to replace the + with 2 dashes.
698 chrM_base is the index files' location/base name.
699 -->
700 <param name="genomeSource" value="indexed" />
701 <!-- this is the backwards-compatible "unique value" for this index, not an actual path -->
702 <param name="index" value="equCab2chrM" />
703 <param name="sPaired" value="single" />
704 <param name="sInput1" ftype="fastqsanger" value="bowtie_in2.fastqsanger" />
705 <param name="sSettingsType" value="full" />
706 <param name="sSkip" value="0" />
707 <param name="sAlignLimit" value="-1" />
708 <param name="sTrimH" value="0" />
709 <param name="sTrimL" value="0" />
710 <param name="alignMode" value="nMode" />
711 <param name="sMismatchSeed" value="2" />
712 <param name="sMismatchQual" value="70" />
713 <param name="sSeedLen" value="28" />
714 <param name="sRounding" value="round" />
715 <param name="sForwardAlign" value="forward" />
716 <param name="sReverseAlign" value="reverse" />
717 <param name="sTryHard" value="doTryHard" />
718 <param name="sValAlign" value="1" />
719 <param name="sAllValAligns" value="noAllValAligns" />
720 <param name="sSuppressAlign" value="-1" />
721 <param name="sUnmappedFile" value="false" />
722 <param name="sMaxFile" value="false" />
723 <param name="sBest" value="noBest" />
724 <param name="sOffrate" value="-1" />
725 <param name="sSeed" value="-1" />
726 <param name="suppressHeader" value="true" />
727 <output name="output" ftype="sam" file="bowtie_out9.sam" sort="True">
728 <metadata name="dbkey" value="equCab2" />
729 </output>
730 </test>
731 <test>
732 <!--
733 Bowtie command:
734 bowtie-build +offrate 5 +ftabchars 10 +little -f test-data/phiX.fasta phiX_base
735 bowtie -q -X 1000 +ff -p 4 -S +sam-nohead phiX_base -1 test-data/bowtie_in5.fastqsanger -2 test-data/bowtie_in6.fastqsanger > bowtie_out10_u.sam
736 sort bowtie_out10_u.sam > bowtie_out10.sam
737 -p is the number of threads. You need to replace the + with 2 dashes.
738 chrM_base is the index files' location/base name.
739 -->
740 <param name="genomeSource" value="history" />
741 <param name="ownFile" value="phiX.fasta" />
742 <param name="indexSettings" value="indexFull" />
743 <param name="autoB" value="auto" />
744 <param name="nodc" value="dc" />
745 <param name="noref" value="ref" />
746 <param name="offrate" value="5" />
747 <param name="ftab" value="10" />
748 <param name="ntoa" value="no" />
749 <param name="endian" value="little" />
750 <param name="seed" value="-1" />
751 <param name="sPaired" value="paired" />
752 <param name="pInput1" ftype="fastqsanger" value="bowtie_in5.fastqsanger" />
753 <param name="pInput2" ftype="fastqsanger" value="bowtie_in6.fastqsanger" />
754 <param name="pMaxInsert" value="1000" />
755 <param name="pMateOrient" value="ff" />
756 <param name="pSettingsType" value="preSet" />
757 <param name="suppressHeader" value="true" />
758 <output name="output" ftype="sam" file="bowtie_out10.sam" sort="True" />
759 </test>
760 <test>
761 <!--
762 Bowtie command:
763 bowtie-build +offrate 5 +ftabchars 10 +little -f test-data/phiX.fasta phiX_base
764 bowtie -q -X 1000 +ff -p 4 -S +sam-nohead phiX_base -1 test-data/bowtie_in5.fastqsanger -2 test-data/bowtie_in6.fastqsanger > bowtie_out10_u.sam
765 sort bowtie_out10_u.sam > bowtie_out10.sam
766 -p is the number of threads. You need to replace the + with 2 dashes.
767 chrM_base is the index files' location/base name.
768 -->
769 <param name="genomeSource" value="history" />
770 <param name="ownFile" value="phiX.fasta" />
771 <param name="indexSettings" value="indexFull" />
772 <param name="autoB" value="auto" />
773 <param name="nodc" value="dc" />
774 <param name="noref" value="ref" />
775 <param name="offrate" value="5" />
776 <param name="ftab" value="10" />
777 <param name="ntoa" value="no" />
778 <param name="endian" value="little" />
779 <param name="seed" value="-1" />
780 <param name="sPaired" value="paired" />
781 <param name="pInput1" ftype="fastqsanger" value="bowtie_in5.fastqsanger" />
782 <param name="pInput2" ftype="fastqsanger" value="bowtie_in6.fastqsanger" />
783 <param name="pMaxInsert" value="1000" />
784 <param name="pMateOrient" value="ff" />
785 <param name="pSettingsType" value="preSet" />
786 <param name="suppressHeader" value="true" />
787 <param name="save_mapping_stats" value="true" />
788 <output name="output" ftype="sam" file="bowtie_out10.sam" sort="True" />
789 <output name="mapping_stats" ftype="txt" file="bowtie_out11.txt" sort="True" />
790 </test>
791 </tests>
792
793 <help>
794
795 **What it does**
796
797 Bowtie_ is a short read aligner designed to be ultrafast and memory-efficient. It is developed by Ben Langmead and Cole Trapnell. Please cite: Langmead B, Trapnell C, Pop M, Salzberg SL. Ultrafast and memory-efficient alignment of short DNA sequences to the human genome. Genome Biology 10:R25.
798
799 .. _Bowtie: http://bowtie-bio.sourceforge.net/index.shtml
800
801 ------
802
803 **Know what you are doing**
804
805 .. class:: warningmark
806
807 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.
808
809 .. __: http://bowtie-bio.sourceforge.net/index.shtml
810
811 ------
812
813 **Input formats**
814
815 Bowtie accepts files in Sanger FASTQ format. Use the FASTQ Groomer to prepare your files.
816
817 ------
818
819 **A Note on Built-in Reference Genomes**
820
821 The default variant for all genomes is "Full", defined as all primary chromosomes (or scaffolds/contigs) including mitochondrial plus associated unmapped, plasmid, and other segments. When only one version of a genome is available in this tool, it represents the default "Full" variant. Some genomes will have more than one variant available. The "Canonical Male" or sometimes simply "Canonical" variant contains the primary chromosomes for a genome. For example a human "Canonical" variant contains chr1-chr22, chrX, chrY, and chrM. The "Canonical Female" variant contains the primary chromosomes excluding chrY.
822
823 ------
824
825 **Outputs**
826
827 The output is in SAM format, and has the following columns::
828
829 Column Description
830 -------- --------------------------------------------------------
831 1 QNAME Query (pair) NAME
832 2 FLAG bitwise FLAG
833 3 RNAME Reference sequence NAME
834 4 POS 1-based leftmost POSition/coordinate of clipped sequence
835 5 MAPQ MAPping Quality (Phred-scaled)
836 6 CIGAR extended CIGAR string
837 7 MRNM Mate Reference sequence NaMe ('=' if same as RNAME)
838 8 MPOS 1-based Mate POSition
839 9 ISIZE Inferred insert SIZE
840 10 SEQ query SEQuence on the same strand as the reference
841 11 QUAL query QUALity (ASCII-33 gives the Phred base quality)
842 12 OPT variable OPTional fields in the format TAG:VTYPE:VALUE
843
844 The flags are as follows::
845
846 Flag Description
847 ------ -------------------------------------
848 0x0001 the read is paired in sequencing
849 0x0002 the read is mapped in a proper pair
850 0x0004 the query sequence itself is unmapped
851 0x0008 the mate is unmapped
852 0x0010 strand of the query (1 for reverse)
853 0x0020 strand of the mate
854 0x0040 the read is the first read in a pair
855 0x0080 the read is the second read in a pair
856 0x0100 the alignment is not primary
857
858 It looks like this (scroll sideways to see the entire example)::
859
860 QNAME FLAG RNAME POS MAPQ CIAGR MRNM MPOS ISIZE SEQ QUAL OPT
861 HWI-EAS91_1_30788AAXX:1:1:1761:343 4 * 0 0 * * 0 0 AAAAAAANNAAAAAAAAAAAAAAAAAAAAAAAAAAACNNANNGAGTNGNNNNNNNGCTTCCCACAGNNCTGG hhhhhhh;;hhhhhhhhhhh^hOhhhhghhhfhhhgh;;h;;hhhh;h;;;;;;;hhhhhhghhhh;;Phhh
862 HWI-EAS91_1_30788AAXX:1:1:1578:331 4 * 0 0 * * 0 0 GTATAGANNAATAAGAAAAAAAAAAATGAAGACTTTCNNANNTCTGNANNNNNNNTCTTTTTTCAGNNGTAG hhhhhhh;;hhhhhhhhhhhhhhhhhhhhhhhhhhhh;;h;;hhhh;h;;;;;;;hhhhhhhhhhh;;hhVh
863
864 -------
865
866 **Bowtie settings**
867
868 All of the options have a default value. You can change any of them. Most of the options in Bowtie have been implemented here.
869
870 ------
871
872 **Bowtie parameter list**
873
874 This is an exhaustive list of Bowtie options:
875
876 For indexing (bowtie-build)::
877
878 -a No auto behavior. Disable the default behavior where bowtie automatically
879 selects values for --bmax/--bmaxdivn/--dcv/--packed parameters according
880 to the memory available. [off]
881 --packed Packing. Use a packed representation for DNA strings. [auto]
882 --bmax INT Suffix maximum. The maximum number of suffixes allowed in a block. [auto]
883 --bmaxdivn INT Suffix maximum fraction. The maximum number of suffixes allowed in a block
884 expressed as a fraction of the length of the reference. [4]
885 --dcv INT Difference-cover sample. Use INT as the period for the difference-cover
886 sample. [1024]
887 --nodc INT No difference-cover sample. Disable the difference-cover sample. [off]
888 -r No reference indexes. Do not build the NAME.3.ebwt and NAME.4.ebwt portions
889 of the index. Used only for paired-end alignment. [off]
890 -o Offrate. How many Burrows-Wheeler rows get marked by the indexer. The
891 indexer will mark every 2^INT rows. The marked rows correspond to rows on
892 the genome. [5]
893 -t INT The ftab lookup table used to calculate an initial Burrows-Wheeler range
894 with respect to the first INT characters of the query. Ftab size is 4^(INT+1)
895 bytes. [10]
896 --ntoa N conversion. Convert Ns to As before building the index. Otherwise, Ns are
897 simply excluded from the index and Bowtie will not find alignments that
898 overlap them. [off]
899 --big Endianness. Endianness to use when serializing integers to the index file. [off]
900 --little Endianness. [--little]
901 --seed INT Random seed. Use INT as the seed for the pseudo-random number generator. [off]
902
903 For aligning (bowtie)::
904
905 -s INT Skip. Do not align the first INT reads or pairs in the input. [off]
906 -u INT Align limit. Only align the first INT reads/pairs from the input. [no limit]
907 -5 INT High-quality trim. Trim INT bases from the high-quality (left) end of each
908 read before alignment. [0]
909 -3 INT Low-quality trim. Trim INT bases from the low-quality (right) end of each
910 read before alignment. [0]
911 -n INT Mismatch seed. Maximum number of mismatches permitted in the seed (defined
912 with seed length option). Can be 0, 1, 2, or 3. [2]
913 -e INT Mismatch quality. Maximum permitted total of quality values at mismatched
914 read positions. Bowtie rounds quality values to the nearest 10 and saturates
915 at 30. [70]
916 -l INT Seed length. The number of bases on the high-quality end of the read to
917 which the -n ceiling applies. Must be at least 5. [28]
918 --nomaqround Suppress Maq rounding. Values are internally rounded to the nearest 10 and
919 saturate at 30. This options turns off that rounding. [off]
920 -v INT Maq- or SOAP-like alignment policy. This option turns off the default
921 Maq-like alignment policy in favor of a SOAP-like one. End-to-end alignments
922 with at most INT mismatches. [off]
923 -I INT Minimum insert. The minimum insert size for valid paired-end alignments.
924 Does checking on untrimmed reads if -5 or -3 is used. [0]
925 -X INT Maximum insert. The maximum insert size for valid paired-end alignments.
926 Does checking on untrimmed reads if -5 or -3 is used. [250]
927 --fr Mate orientation. The upstream/downstream mate orientations for a valid
928 paired-end alignment against the forward reference strand. [--fr]
929 --rf Mate orientation. [off]
930 --ff Mate orientation. [off]
931 --pairtries INT Maximum alignment attempts for paired-end data. [100]
932 --nofw No forward aligning. Choosing this option means that Bowtie will not attempt
933 to align against the forward reference strand. [off]
934 --norc No reverse-complement aligning. Setting this will mean that Bowtie will not
935 attempt to align against the reverse-complement reference strand. [off]
936 --un FILENAME Write all reads that could not be aligned to file [off]
937 --max FILENAME Write all reads with a number of valid alignments exceeding the limit
938 set with the -m option to file [off]
939 --maxbts INT Maximum backtracks. The maximum number of backtracks permitted when aligning
940 a read in -n 2 or -n 3 mode. [125 without --best] [800 with --best]
941 -y Try hard. Try as hard as possible to find valid alignments when they exist,
942 including paired-end alignments. [off]
943 --chunkmbs INT Thread memory. The number of megabytes of memory a given thread is given to
944 store path descriptors in --best mode. [32]
945 -k INT Valid alignments. The number of valid alignments per read or pair. [off]
946 -a All valid alignments. Choosing this means that all valid alignments per read
947 or pair will be reported. [off]
948 -m INT Suppress alignments. Suppress all alignments for a particular read or pair
949 if more than INT reportable alignments exist for it. [no limit]
950 --best Best mode. Make Bowtie guarantee that reported singleton alignments are
951 "best" in terms of stratum (the number of mismatches) and quality values at
952 mismatched position. [off]
953 --strata Best strata. When running in best mode, report alignments that fall into the
954 best stratum if there are ones falling into more than one. [off]
955 -o INT Offrate override. Override the offrate of the index with INT. Some row
956 markings are discarded when index read into memory. INT must be greater than
957 the value used to build the index (default: 5). [off]
958 --seed INT Random seed. Use INT as the seed for the pseudo-random number generator. [off]
959 --snpphred INT Use INT as the SNP penalty for decoding colorspace alignments. True ratio of
960 SNPs per base in the subject genome. [see --snpfrac]
961 --snpfrac DEC Use DEC as the estimated ratio of SNPs per base when decoding colorspace
962 alignments. [0.001]
963 --col-keepends Keep the extreme-end nucleotides and qualities when decoding colorspace
964 alignments. [off]
965
966 </help>
967 <citations>
968 <citation type="doi">10.1186/gb-2009-10-3-r25</citation>
969 </citations>
970 </tool>