.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH REMOVEDUP "1" "March 2023" "removeDup 2.0.3" "User Commands" .SH NAME removeDup \- toolkit for processing next-gen sequencing data .SH DESCRIPTION removeDup Version 2.0.4 .IP Remove duplicated reads. .SS "Usage:" .IP \&./removeDup [options] \fB\-i\fR \fB\-o\fR .PP Required arguments: .HP \fB\-i\fR Name of input file in SAM/BAM format. .HP \fB\-o\fR 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 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 A directory storing temporary files generated by the program. .SH AUTHOR This manpage was written by Alexandre Mestiashvili for the Debian distribution and can be used for any other usage of the program.