Go to the source code of this file.
|
| ReadDataStream * | nvbio::io::open_read_file (const char *read_file_name, const QualityEncoding qualities, const uint32 max_reads, const uint32 truncate_read_len, const ReadEncoding flags) |
| |
| template<QualityEncoding quality_encoding, typename read_type > |
| void | nvbio::io::encode (const read_type read, ReadData::read_stream_type::iterator stream, char *qual_stream) |
| |
| template<typename read_type > |
| void | nvbio::io::encode (const QualityEncoding quality_encoding, const read_type read, ReadData::read_stream_type::iterator stream, char *qual_stream) |
| |
| void | nvbio::io::encode (const ReadDataRAM::StrandOp conversion_flags, const QualityEncoding quality_encoding, const uint32 read_len, const uint8 *read, const uint8 *quality, ReadData::read_stream_type::iterator stream, char *qual_stream) |
| |
| #define ADJUST_VECTORS |
( |
|
vec, |
|
|
|
x |
|
) |
| |
| #define PRESIZE_VECTORS |
( |
|
vec, |
|
|
|
x |
|
) |
| |
| #define RESIZE_VECTORS |
( |
|
vec, |
|
|
|
x |
|
) |
| vec.resize(x) |