Skip to content

RACER: Rapid and Accurate Correction of Errors in Reads

License

Notifications You must be signed in to change notification settings

mike-molnar/RACER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RACER: Rapid and Accurate Correction of Errors in Reads)

RACER is a C++/OpenMP program that corrects sequencing errors in high-throughput DNA sequencing data, especially designed for the Illumina platform. It does not require any additional software. To run RACER use the command:

< RACER > < inputReads > < correctedReads > < genomeLength >

where

  • < RACER > is the executable

  • < inputReads > is the input file containin the reads; fasta or fastq

  • < correctedReads > will contain the corrected reads at the end

  • < genomeLength > is the approximate length of the DNA molecule that originated the reads, such as the genome length in a whole genome sequencing project

    -if only parts of a genome were sequenced, then only the total length of those parts should be used (instead of the length of the total genome)

    -precise value is not necessary, an approximation will work well

###CITE If you find RACER program useful, please cite the RACER paper:

L. Ilie, M. Molnar RACER: Rapid and accurate correction of errors in reads Bioinformatics, 2013

About

RACER: Rapid and Accurate Correction of Errors in Reads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Makefile 0.2%