vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::MinimizerMapper::aligner_stats_t::stat_set_t Struct Reference

Struct to represent counts of bases or seconds or invocations used by different aligners. More...

#include <minimizer_mapper.hpp>

Public Member Functions

stat_set_toperator+= (const stat_set_t &other)
 
void add_annotations (Alignment &aln, const std::string &scope, const std::string &type)
 

Public Attributes

stat_collection_t wfa_tail
 
stat_collection_t wfa_middle
 
stat_collection_t dozeu_tail
 
stat_collection_t bga_middle
 

Detailed Description

Struct to represent counts of bases or seconds or invocations used by different aligners.

Member Function Documentation

◆ add_annotations()

void vg::MinimizerMapper::aligner_stats_t::stat_set_t::add_annotations ( Alignment aln,
const std::string &  scope,
const std::string &  type 
)
inline

◆ operator+=()

stat_set_t& vg::MinimizerMapper::aligner_stats_t::stat_set_t::operator+= ( const stat_set_t other)
inline

Member Data Documentation

◆ bga_middle

stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::bga_middle

◆ dozeu_tail

stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::dozeu_tail

◆ wfa_middle

stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::wfa_middle

◆ wfa_tail

stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::wfa_tail

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