SHORE API
|
Writer for genomic segment data. More...
Public Types | |
typedef shore::segment | append_type |
Public Member Functions | |
segment_writer (const config &conf) | |
segment_writer (const std::string &fn, const bool strand=true, const bool size=true) | |
segment_writer (std::ostream *const os, const bool strand=true, const bool size=true) | |
void | init (const bool covminmax, const bool p) |
void | append (const shore::segment &seg) |
void | flush () |
Writer for genomic segment data.