|
enum | build_mode {
build_none,
build_vcf,
build_gfa,
build_paths,
build_alignments,
build_gbz,
build_gbwtgraph
} |
|
enum | merge_mode { merge_none,
merge_insert,
merge_fast,
merge_parallel
} |
|
enum | path_cover_mode { path_cover_none,
path_cover_augment,
path_cover_local,
path_cover_greedy
} |
|
◆ build_mode
Enumerator |
---|
build_none | |
build_vcf | |
build_gfa | |
build_paths | |
build_alignments | |
build_gbz | |
build_gbwtgraph | |
◆ merge_mode
Enumerator |
---|
merge_none | |
merge_insert | |
merge_fast | |
merge_parallel | |
◆ path_cover_mode
Enumerator |
---|
path_cover_none | |
path_cover_augment | |
path_cover_local | |
path_cover_greedy | |
◆ GBWTConfig()
GBWTConfig::GBWTConfig |
( |
| ) |
|
|
inline |
◆ default_build_jobs()
static size_t GBWTConfig::default_build_jobs |
( |
| ) |
|
|
inlinestatic |
◆ default_context_length()
static constexpr size_t GBWTConfig::default_context_length |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ default_merge_jobs()
static size_t GBWTConfig::default_merge_jobs |
( |
| ) |
|
|
inlinestatic |
◆ default_num_paths()
static constexpr size_t GBWTConfig::default_num_paths |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ default_num_paths_local()
static constexpr size_t GBWTConfig::default_num_paths_local |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ path_cover_parameters()
gbwtgraph::PathCoverParameters GBWTConfig::path_cover_parameters |
( |
| ) |
const |
|
inline |
◆ build
◆ build_jobs
◆ context_length
◆ contigs
bool GBWTConfig::contigs = false |
◆ count_paths
bool GBWTConfig::count_paths = false |
◆ gam_format
bool GBWTConfig::gam_format = false |
◆ gbwt_name
std::string GBWTConfig::gbwt_name |
◆ gbwt_output
std::string GBWTConfig::gbwt_output |
◆ gbwtgraph_name
std::string GBWTConfig::gbwtgraph_name |
◆ gbz_format
bool GBWTConfig::gbz_format = false |
◆ gfa_parameters
gbwtgraph::GFAParsingParameters GBWTConfig::gfa_parameters = get_best_gbwtgraph_gfa_parsing_parameters() |
◆ graph_name
std::string GBWTConfig::graph_name |
◆ graph_output
std::string GBWTConfig::graph_output |
◆ haplotype_indexer
◆ haplotypes
bool GBWTConfig::haplotypes = false |
◆ include_named_paths
bool GBWTConfig::include_named_paths = false |
◆ input_filenames
std::vector<std::string> GBWTConfig::input_filenames |
◆ inputs_as_jobs
bool GBWTConfig::inputs_as_jobs = false |
◆ list_names
bool GBWTConfig::list_names = false |
◆ merge
◆ merge_parameters
gbwt::MergeParameters GBWTConfig::merge_parameters |
◆ metadata
bool GBWTConfig::metadata = false |
◆ metadata_mode
bool GBWTConfig::metadata_mode = false |
◆ num_paths
◆ num_paths_set
bool GBWTConfig::num_paths_set = false |
◆ parse_only
bool GBWTConfig::parse_only = false |
◆ path_cover
◆ path_mode
bool GBWTConfig::path_mode = false |
◆ path_names
bool GBWTConfig::path_names = false |
◆ path_output
std::string GBWTConfig::path_output |
◆ produces_one_gbwt
bool GBWTConfig::produces_one_gbwt = false |
◆ r_index_name
std::string GBWTConfig::r_index_name |
◆ samples
bool GBWTConfig::samples = false |
◆ search_threads
size_t GBWTConfig::search_threads = omp_get_max_threads() |
◆ segment_translation
std::string GBWTConfig::segment_translation |
◆ show_progress
bool GBWTConfig::show_progress = false |
◆ tags
bool GBWTConfig::tags = false |
◆ tags_to_set
std::map<std::string, std::string> GBWTConfig::tags_to_set |
◆ to_remove
std::set<std::string> GBWTConfig::to_remove |
The documentation for this struct was generated from the following file: