Skip to content

davidvi/cleanFastq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fixFastq

Fix broken fastq files with corrupted reads that crash the aligner.

Installation

build with clang++ or g++ parsing the -std=c++0x flag to use c++11:

g++ -std=c++11 fixFastq.cpp -o fixFastq

Run

./fixFastq infile.fastq outfile.fastq

Errors

If there is an error running fixFastq you may need to upgrade your compiler or remove the regular expression from the cpp file:

 regex_match(sequence, regex("[CGATNcgatn]*")) &&

About

Clean corrupted fastq files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages