vg
tools for working with variation graphs
Static Public Attributes | List of all members
PruningParameters Struct Reference

Static Public Attributes

static std::map< PruningMode, int > kmer_length { { mode_prune, 24 }, { mode_restore, 24 }, { mode_unfold, 24 } }
 
static std::map< PruningMode, int > edge_max { { mode_prune, 3 }, { mode_restore, 3 }, { mode_unfold, 3 } }
 
static std::map< PruningMode, size_t > subgraph_min { { mode_prune, 33 }, { mode_restore, 33 }, { mode_unfold, 33 } }
 
static std::map< PruningMode, int > max_degree { { mode_prune, 0 }, { mode_restore, 0 }, { mode_unfold, 0 } }
 

Member Data Documentation

◆ edge_max

std::map< PruningMode, int > PruningParameters::edge_max { { mode_prune, 3 }, { mode_restore, 3 }, { mode_unfold, 3 } }
static

◆ kmer_length

std::map< PruningMode, int > PruningParameters::kmer_length { { mode_prune, 24 }, { mode_restore, 24 }, { mode_unfold, 24 } }
static

◆ max_degree

std::map< PruningMode, int > PruningParameters::max_degree { { mode_prune, 0 }, { mode_restore, 0 }, { mode_unfold, 0 } }
static

◆ subgraph_min

std::map< PruningMode, size_t > PruningParameters::subgraph_min { { mode_prune, 33 }, { mode_restore, 33 }, { mode_unfold, 33 } }
static

The documentation for this struct was generated from the following file: