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.MUMmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool MaximumMatchEnabled { get; set; }
Public Property MaximumMatchEnabled As Boolean
Get
Set
public:
property bool MaximumMatchEnabled {
bool get ();
void set (bool value);
}
member MaximumMatchEnabled : bool with get, set
Property Value
Type:
BooleanSee Also