Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
fastq.h File Reference
#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...
 

Function Documentation

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.