summaryrefslogtreecommitdiff
path: root/MANUAL.markdown
diff options
context:
space:
mode:
authorAlexandre Mestiashvili <alex@biotec.tu-dresden.de>2017-03-07 10:37:50 +0100
committerAlexandre Mestiashvili <alex@biotec.tu-dresden.de>2017-03-07 10:37:50 +0100
commitb224a1e79a213864732cf644ee347207713a78cc (patch)
tree053bc52103027399cb882dde9f70496ca07f2594 /MANUAL.markdown
parent7b7c16b4fb27697c91f6a582084e35d35b71799f (diff)
New upstream version 2.3.1
Diffstat (limited to 'MANUAL.markdown')
-rw-r--r--MANUAL.markdown40
1 files changed, 40 insertions, 0 deletions
diff --git a/MANUAL.markdown b/MANUAL.markdown
index 2ec2828..7378b1a 100644
--- a/MANUAL.markdown
+++ b/MANUAL.markdown
@@ -921,6 +921,46 @@ usually have extension `.fq` or `.fastq`. FASTQ is the default format. See
also: [`--solexa-quals`] and [`--int-quals`].
</td></tr>
+<tr><td id="bowtie2-options-interleaved">
+
+[`--interleaved`]: #bowtie2-options-interleaved
+
+ --interleaved
+
+</td><td>
+
+Reads interleaved FASTQ files where the first two records (8 lines)
+represent a mate pair.
+
+</td></tr>
+<tr><td id="bowtie2-options-tab5">
+
+[`--tab5`]: #bowtie2-options-tab5
+
+ --tab5
+
+</td><td>
+
+Each read or pair is on a single line. An unpaired read line is
+[name]\t[seq]\t[qual]\n. A paired-end read line is
+[name]\t[seq1]\t[qual1]\t[seq2]\t[qual2]\n. An input file can be a
+mix of unpaired and paired-end reads and Bowtie 2 recognizes each
+according to the number of fields, handling each as it should.
+
+</td></tr>
+<tr><td id="bowtie2-options-tab6">
+
+[`--tab6`]: #bowtie2-options-tab6
+
+ --tab6
+
+</td><td>
+
+Similar to [`--tab5`] except, for paired-end reads, the second end can have a
+different name from the first:
+[name1]\t[seq1]\t[qual1]\t[name2]\t[seq2]\t[qual2]\n
+
+</td></tr>
<tr><td id="bowtie2-options-qseq">
[`--qseq`]: #bowtie2-options-qseq