SHORE API
|
Fastq file reader (basic interface). More...
Public Member Functions | |
basic_fastq_reader (const std::string &fn) | |
basic_fastq_reader (std::istream *const is) | |
void | set_quality_type (const FastqQualType t) |
bool | next (shore::read &r) |
std::string | get_name () const |
Additional Inherited Members | |
![]() | |
void | parse_tags (std::string &s) |
void | tagfun_invalid () |
void | tagfun_BAx () |
void | tagfun_DST () |
void | tagfun_CLx () |
void | tagfun_RGR () |
void | tagfun_ORI () |
void | tagfun_NUM () |
![]() | |
shore::read::accessory * | m_readtags |
![]() | |
static const size_t | MAXTAGS =128*128 |
Fastq file reader (basic interface).