Click or drag to resize
MUMmerAlignerGapExtensionCost Property
Gets or sets gap extension penalty for use in alignment algorithms. Not used for alignments using a linear gap penalty. For alignments using an affine gap, this is the penalty to extend an existing gap. This is a negative number, for example GapExtensionCost = -2, not +2.

Namespace: Bio.Algorithms.MUMmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GapExtensionCost { get; set; }

Property Value

Type: Int32

Implements

ISequenceAlignerGapExtensionCost
See Also