Scroll to navigation

QUORUM_ERROR_CORRECT_READS(1) User Commands QUORUM_ERROR_CORRECT_READS(1)

NAME

quorum_error_correct_reads - error correct reads from a fastq file based on the k-mer frequencies

SYNOPSIS

error_correct_reads [options] db:path sequence:path+

DESCRIPTION

Error correct reads from a fastq file based on the k-mer frequencies.

OPTIONS

default value in (), *required:

Number of threads (1)
Minimum count for a k-mer to be considered "good" (1)
Number of bases to skip for start k-mer (1)
Number of good k-mer in a row for anchor (2)
Minimum count for an anchor k-mer (3)
Size of window (10)
Maximum number of error in a window (3)
Output file prefix (error_corrected)
Jellyfish database of contaminant k-mers
Trim reads containing contaminated k-mers instead of discarding (false)
Trim homo-polymer run at the 3' end
Gzip output file (false)
Do not memory map the input mer database (false)
Probability of a base being an error (0.01)
Error probability threshold in Poisson test (1.0e-06)
Poisson cutoff when there are multiple choices
Any base above with quality equal or greater is untouched when there are multiple choices
Any base above with quality equal or greater is untouched when there are multiple choices
Do not discard reads, output a single N (false)
Be verbose (false)
Usage
This message
Version

AUTHOR

This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

May 2017 quorum_error_correct_reads 1.1.1