NVBIO
|
#include <fmindex.h>
Public Members | |
nvbio::vector< host_tag, uint32 > | m_bwt_occ_vec |
local storage for the forward BWT/OCC More... | |
nvbio::vector< host_tag, uint32 > | m_rbwt_occ_vec |
local storage for the reverse BWT/OCC More... | |
nvbio::vector< host_tag, uint32 > | m_ssa_vec |
local storage for the forward SSA More... | |
nvbio::vector< host_tag, uint32 > | m_rssa_vec |
local storage for the reverse SSA More... | |
uint32 | m_count_table_vec [256] |
local storage for the BWT counting table More... | |
uint32 | m_L2_vec [5] |
local storage for the L2 vector More... | |
int nvbio::io::FMIndexDataHost::load | ( | const char * | genome_prefix, |
const uint32 | flags = FORWARD|REVERSE|SA |
||
) |
load a genome from file
genome_prefix | prefix file name |
flags | loading flags specifying which elements to load |
nvbio::vector<host_tag,uint32> nvbio::io::FMIndexDataHost::m_bwt_occ_vec |
uint32 nvbio::io::FMIndexDataHost::m_count_table_vec[256] |
uint32 nvbio::io::FMIndexDataHost::m_L2_vec[5] |
nvbio::vector<host_tag,uint32> nvbio::io::FMIndexDataHost::m_rbwt_occ_vec |
nvbio::vector<host_tag,uint32> nvbio::io::FMIndexDataHost::m_rssa_vec |
nvbio::vector<host_tag,uint32> nvbio::io::FMIndexDataHost::m_ssa_vec |