NVBIO
|
see Architecture
Modules | |
Locate | |
Mapping | |
Pipeline States | |
Scoring | |
Scoring Queues | |
Select | |
Alignment Module | |
Defs | |
Reduce | |
SeedHits | |
Traceback | |
Classes | |
struct | nvbio::bowtie2::cuda::packed_read |
struct | nvbio::bowtie2::cuda::packed_seed |
struct | nvbio::bowtie2::cuda::pack_read |
struct | nvbio::bowtie2::cuda::SimpleFunc |
struct | nvbio::bowtie2::cuda::ParamsPOD |
struct | nvbio::bowtie2::cuda::Params |
Functions | |
const char * | nvbio::bowtie2::cuda::mapping_mode (const uint32 mode) |
uint32 | nvbio::bowtie2::cuda::mapping_mode (const char *str) |
const char * | nvbio::bowtie2::cuda::scoring_mode (const uint32 mode) |
uint32 | nvbio::bowtie2::cuda::scoring_mode (const char *str) |
std::map< std::string, std::string > | nvbio::bowtie2::cuda::load_options (const char *name) |
void | nvbio::bowtie2::cuda::parse_options (Params ¶ms, const std::map< std::string, std::string > &options, bool init) |
std::map< std::string, std::string > nvbio::bowtie2::cuda::load_options | ( | const char * | name) |
load options from a file
Definition at line 13 of file params.cpp.
|
inline |
void nvbio::bowtie2::cuda::parse_options | ( | Params & | params, |
const std::map< std::string, std::string > & | options, | ||
bool | init | ||
) |
parse options
Definition at line 111 of file params.cpp.