SHORE API
|
Write genomic features to a gff file. More...
Public Types | |
typedef shore::annotation_entry | append_type |
Public Member Functions | |
gff_writer (const std::string &fn, const std::string &default_type="region", const bool signed_scores=true, const bool enumerate=false) | |
gff_writer (std::ostream *const os, const std::string &default_type="region", const bool signed_scores=true, const bool enumerate=false) | |
void | signed_scores (const bool s) |
void | append (const shore::segment &seg) |
void | append (const shore::coverage &cov) |
void | append (const shore::alignment &aln) |
void | append (const shore::annotation_entry &ae) |
void | flush () |
Static Public Attributes | |
static const std::string | HEADER |
Write genomic features to a gff file.