NVBIO
|
A non-POD structure holding all of nvBowtie's parameters plus a few extra string options
#include <params.h>
Public Members | |
std::string | report |
std::string | scoring_file |
int32 | persist_batch |
int32 | persist_seeding |
int32 | persist_extension |
std::string | persist_file |
int32 | no_multi_hits |
Public Members inherited from nvbio::bowtie2::cuda::ParamsPOD | |
bool | keep_stats |
bool | randomized |
bool | fw |
bool | rc |
uint32 | mode |
uint32 | scoring_mode |
uint32 | alignment_type |
uint32 | top_seed |
uint32 | seed_len |
SimpleFunc | seed_freq |
uint32 | max_hits |
uint32 | max_dist |
uint32 | max_effort_init |
uint32 | max_effort |
uint32 | min_ext |
uint32 | max_ext |
uint32 | max_reseed |
uint32 | rep_seeds |
uint32 | allow_sub |
uint32 | subseed_len |
uint32 | mapq_filter |
uint32 | min_read_len |
uint32 | max_batch_size |
uint32 | avg_read_length |
bool | ungapped_mates |
uint32 | pe_policy |
bool | pe_overlap |
bool | pe_dovetail |
bool | pe_unpaired |
bool | pe_discordant |
uint32 | min_frag_len |
uint32 | max_frag_len |
UberScoringScheme | scoring_scheme |
uint32 | scoring_window |
DebugState | debug |