A library for working with phylogenetic and population genetic data.
v0.32.0
fastx_output_stream.hpp File Reference

Go to the source code of this file.

Classes

class  FastxOutputStream< Writer >
 Write Fasta or Fastq data, sequentially. More...
 
class  FastxOutputStream< Writer >
 Write Fasta or Fastq data, sequentially. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::sequence
 

Typedefs

using FastaOutputStream = FastxOutputStream< FastaWriter >
 
using FastqOutputStream = FastxOutputStream< FastqWriter >