A simple FASTQ toolbox for small to medium size projects without dependencies.
FASTQ files are text-based files for storing nucleotide sequences and its corresponding quality scores. Reading such files is not particularly difficult, yet most off the shelf packages are overloaded with strange dependencies. fastq offers an alternative to this and brings many useful functions without relying on third party packages.