NVBIO
|
Base abstract class to encode a host-side read batch. This has no storage, it's meant to be a base for either host or device memory objects
#include <reads.h>
Additional Inherited Members | |
![]() | |
uint32 | m_n_reads |
name_storage_iterator | m_name_stream |
uint32 | m_name_stream_len |
index_iterator | m_name_index |
read_storage_iterator | m_read_stream |
uint32 | m_read_stream_len |
uint32 | m_read_stream_words |
index_iterator | m_read_index |
qual_storage_iterator | m_qual_stream |
uint32 | m_min_read_len |
uint32 | m_max_read_len |
uint32 | m_avg_read_len |
![]() | |
static const uint32 | READ_BITS = 4 |
static const bool | HI_BITS = false |
static const bool | READ_BIG_ENDIAN = false |
static const uint32 | READ_SYMBOLS_PER_WORD = (4*sizeof(uint32))/READ_BITS |
typedef ReadDataView<const uint32*,const uint32*,const char*,const char*> nvbio::io::ReadData::const_plain_view_type |
typedef ReadDataView<uint32*,uint32*,char*,char*> nvbio::io::ReadData::plain_view_type |
|
inlinevirtual |