vg
tools for working with variation graphs
|
Struct to represent counts of bases or seconds or invocations used by different aligners. More...
#include <minimizer_mapper.hpp>
Public Member Functions | |
stat_set_t & | operator+= (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 |
Struct to represent counts of bases or seconds or invocations used by different aligners.
|
inline |
|
inline |
stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::bga_middle |
stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::dozeu_tail |
stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::wfa_middle |
stat_collection_t vg::MinimizerMapper::aligner_stats_t::stat_set_t::wfa_tail |