MUMmerAlignerStoreMUMs Property |
Gets or sets a value indicating whether the Boolean value indicating
whether MUMs generated are to be stored or not.
Set to false by default.
Note: Storing MUMs incur memory overhead.
Namespace: Bio.Algorithms.MUMmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool StoreMUMs { get; set; }
Public Property StoreMUMs As Boolean
Get
Set
public:
property bool StoreMUMs {
bool get ();
void set (bool value);
}
member StoreMUMs : bool with get, set
Property Value
Type:
BooleanSee Also