Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <string>
Go to the source code of this file.
Classes | |
class | gamgee::Fastq |
Utility class to hold one FastA or FastQ record. More... | |
Namespaces | |
gamgee | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const gamgee::Fastq &fq) |
outputs the fastq record in fastq format. More... | |
std::ostream& operator<< | ( | std::ostream & | os, |
const gamgee::Fastq & | fq | ||
) |
outputs the fastq record in fastq format.
The output checks whether the record has quality scores. If it does, it outputs a fastq record, otherwise it outputs a fasta record.