1) Is there an easy way to get the accuracy of an Alignment object, or is that something I need to calculate myself?
2) bandedChainAlignment fails messily when given a Vector of Seeds instead of a String, where as other functions work fine (e.g. chainSeedsGlobally). Why does it work for the one and not the other? Excerpt from error message below.
"""
/usr/include/seqan/seeds/banded_chain_alignment_impl.h:1195:57: error: call to 'end' is ambiguous
seqan::Tag<seqan::Simple_>, false, false, false, false, seqan::Tag<seqan::Default_> >' requested here
long alnScore = bandedChainAlignment(alignment, *seedChain, scoring, globalConfig);
^
/home/bbowman/git/SRSLI/src/C++/main.cpp:95:27: note: in instantiation of function template specialization 'RefChainsToAlignments<seqan::AlignConfig<false, true, true, false,
seqan::Tag<seqan::Default_> > ()>' requested here
auto alignments = RefChainsToAlignments(record->Seq,