Skip to content

nicorap/fastqbarcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastqbarcode

Find most frequent barcodes in fastq files and dump records in separate fastq files.

This tool is VERY fast, as it's written in C.

Note that this should be run on a computer that can contain the whole file in RAM.

Usage: fastqbarcode -f FASTQ.
   -- get data from pipe.
   -p prefix for output files
   -m number of barcode output (default 10)
   -h Displays this help message.
   -d Verbose

A version that doesn't require large amouts of RAM is in developpment.

#Disclaimer This tool works for fastq file where the read length is bellow 150 bases, and where raw sequences are stored in one line only.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published