vg
tools for working with variation graphs
|
#include <aligner.hpp>
Public Member Functions | |
virtual void | align (Alignment &alignment, const HandleGraph &g, bool traceback_aln) const =0 |
The abstract interface that any Aligner should implement.
|
pure virtual |
Store optimal local alignment against a graph in the Alignment object. Gives the full length bonus separately on each end of the alignment.
Implemented in vg::QualAdjAligner, and vg::Aligner.