1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "SAMBAMBA\-FLAGSTAT" "1" "August 2014" "" ""
.
.SH "NAME"
\fBsambamba\-flagstat\fR \- getting flag statistics from BAM file
.
.SH "SYNOPSIS"
\fBsambamba flagstat\fR \fIOPTIONS\fR <input\.bam>
.
.SH "DESCRIPTION"
Outputs some statistics drawn from read flags\.
.
.P
First line contains numbers of QC\-passed and QC\-failed reads\. Then come pairs of numbers, the former for QC\-passed reads, the latter for QC\-failed ones:
.
.IP "\(bu" 4
duplicates
.
.IP "\(bu" 4
mapped reads (plus percentage relative to the numbers from the first line)
.
.IP "\(bu" 4
reads with \'is_paired\' flag set
.
.IP "\(bu" 4
paired reads which are first mates
.
.IP "\(bu" 4
paired reads which are second mates
.
.IP "\(bu" 4
paired reads with \'proper_pair\' flag set (plus percentage relative to the numbers of QC\-passed/failed reads with \'is_paired\' flag set)
.
.IP "\(bu" 4
paired reads where both mates are mapped
.
.IP "\(bu" 4
paired reads where read itself is unmapped but mate is mapped
.
.IP "\(bu" 4
paired reads where mate is mapped to a different chromosome
.
.IP "\(bu" 4
the same as previous but mapping quality is not less than 5
.
.IP "" 0
.
.SH "OPTIONS"
.
.TP
\fB\-t\fR, \fB\-\-nthreads\fR=\fINTHREADS\fR
Specify number of threads to use for BAM decompression
.
.TP
\fB\-p\fR, \fB\-\-show\-progress\fR
Show progressbar in STDERR
|