vg
tools for working with variation graphs
|
#include <genotypekit.hpp>
Public Member Functions | |
virtual | ~ConsistencyCalculator ()=default |
virtual vector< bool > | calculate_consistency (const Snarl &site, const vector< SnarlTraversal > &traversals, const Alignment &read) const =0 |
Represents a strategy for computing consistency between Alignments and SnarlTraversals. Determines whether a read is consistent with a SnarlTraversal or not (but has access to all the SnarlTraversals). Polymorphic base class/interface.
|
virtualdefault |
|
pure virtual |
Return true or false for each tarversal of the site, depending on if the read is consistent with it or not.
Implemented in vg::SimpleConsistencyCalculator.