Click or drag to resize
MUMmerAligner Constructor
Initializes a new instance of the MUMmerAligner class. Constructor for all the pairwise aligner (NeedlemanWunsch, SmithWaterman, Overlap). Sets default similarity matrix and gap penalty. Users will typically reset these using parameters specific to their particular sequences and needs.

Namespace: Bio.Algorithms.MUMmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public MUMmerAligner()
See Also