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
|
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "SAMBAMBA" "1" "February 2015-2020" "" ""
.
.SH "NAME"
\fBsambamba\fR \- toolkit for working with SAM/BAM files
.
.SH "SYNOPSIS"
\fBsambamba\fR [subcommand] [arguments\.\.\.]
.
.SH "DESCRIPTION"
\fBsambamba\fR unifies several independent tools in one executable:
.
.IP "\(bu" 4
sambamba\-view(1)
.
.IP "\(bu" 4
sambamba\-index(1)
.
.IP "\(bu" 4
sambamba\-merge(1)
.
.IP "\(bu" 4
sambamba\-sort(1)
.
.IP "\(bu" 4
sambamba\-markdup(1)
.
.IP "\(bu" 4
sambamba\-flagstat(1)
.
.IP "\(bu" 4
sambamba\-slice(1)
.
.IP "\(bu" 4
sambamba\-pileup(1)
.
.IP "" 0
.
.P
Thus available subcommands are \fIview\fR, \fIindex\fR, \fImerge\fR, \fIsort\fR, \fImarkdup\fR, \fIflagstat\fR, \fIslice\fR, and \fImpileup\fR\. Their use is explained on the corresponding man pages\.
.
.P
Note that sambamba uses all available cores by default\.
|