#include <seq_writer.hpp>
|
enum | Format { FASTA,
FASTQ
} |
|
|
| SeqWriter (const std::string &sink_path, Format format=FASTA, bool append=false) |
|
void | close () |
|
void | write (const std::string &name, const std::string &comment, const std::string &seq, const std::string &qual) |
|
Write FASTA or FASTQ sequences to a file. Threadsafe.
The documentation for this class was generated from the following file: