fn() progressiveAlignment
Perform a progressive multiple sequence alignment (MSA).

Defined in <seqan/graph_msa.h>
Signature void progressiveAlignment(inputGraph, guideTree, outputGraph);

Parameters

inputGraph A AlignmentGraph with multiple sequence information.
guideTree A Tree to use as the guide tree.
outputGraph An AlignmentGraph for the final MSA.