#include "genesis/sequence/sequence.hpp"
#include "genesis/sequence/formats/fasta_writer.hpp"
#include "genesis/sequence/formats/fastq_writer.hpp"
#include "genesis/utils/io/output_target.hpp"
#include <iterator>
#include <iostream>
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 > |