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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH REMOVEDUP "1" "March 2021" "removeDup 2.0.1" "User Commands"
.SH NAME
removeDup \- toolkit for processing next-gen sequencing data
.SH DESCRIPTION
removeDup Version 2.0.1
.IP
Remove duplicated reads.
.SS "Usage:"
.IP
\&./removeDup [options] \fB\-i\fR <input_file> \fB\-o\fR <output_file>
.PP
Required arguments:
.HP
\fB\-i\fR <string> Name of input file in SAM/BAM format.
.HP
\fB\-o\fR <string> Name of output SAM file including filtered reads. The format is
.IP
BAM unless '\-S' is specified.
.PP
Optional arguments:
.TP
\fB\-S\fR
Generate the SAM format output.
.TP
\fB\-r\fR <int>
Specify the duplication cutoff. All the reads mapped to a location
are removed from the output if the number of reads mapped to this
location is equal or higher than the cutoff. 10 by default.
.HP
\fB\-t\fR <string> A directory storing temporary files generated by the program.
.SH AUTHOR
This manpage was written by Nilesh Patra for the Debian distribution and
can be used for any other usage of the program.
|