MUMmerNoAmbiguity Property |
Gets or sets a value indicating whether only basic symbols should be matched.
Thus the matches will not contains any ambiguous symbols.
Namespace: Bio.Algorithms.MUMmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool NoAmbiguity { get; set; }
Public Property NoAmbiguity As Boolean
Get
Set
public:
property bool NoAmbiguity {
bool get ();
void set (bool value);
}
member NoAmbiguity : bool with get, set
Property Value
Type:
BooleanSee Also