Click or drag to resize
MUMmerAlignerMaximumMatchEnabled Property
Gets or sets a value indicating whether MaxMatch option should be enabled or not. If this property is set to true, then mums are generated irrespective of uniqueness in query and reference sequences. By default this property is set to false, indicating that matches are unique in reference sequence only.

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

Property Value

Type: Boolean
See Also