NVBIO
|
A device-side FM-index - which can take a host memory FM-index and map it to device memory.
#include <fmindex.h>
Static Public Members | |
static const uint32 | FORWARD = 0x02 |
static const uint32 | REVERSE = 0x04 |
static const uint32 | SA = 0x10 |
Additional Inherited Members | |
![]() | |
uint32 | m_flags |
uint32 | m_seq_length |
uint32 | m_bwt_occ_words |
uint32 | m_sa_words |
uint32 | m_primary |
uint32 | m_rprimary |
uint32 * | m_L2 |
uint32 * | m_bwt_occ |
uint32 * | m_rbwt_occ |
uint32 * | m_count_table |
ssa_type | m_ssa |
ssa_type | m_rssa |
typedef cuda::ldg_pointer<uint4> nvbio::io::FMIndexDataDevice::bwt_occ_type |
nvbio::io::FMIndexDataDevice::FMIndexDataDevice | ( | const FMIndexData & | host_data, |
const uint32 | flags = FORWARD|REVERSE |
||
) |
load a host-memory FM-index in device memory
host_data | host-memory FM-index to load |
flags | specify which parts of the FM-index to load |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |