fn() globalMsaAlignment
Compute a global multiple sequence alignment.

Defined in <seqan/graph_msa.h>
Signature void globalMsaAlignment(align, score); void globalMsaAlignment(gAlign, score[, options]);

Parameters

gAlign An AlignmentGraph containing two or more sequences.
align A Align object with two or more sequences to align.
score The Score to use for computing the alignment.
options The MsaOptions to use for the configuration.

Detailed Description

The resulting alignment is stored in align/gAlign.

Data Races

Thread safety unknown!