NucmerPairwiseAlignerForwardOnly Property |
Align only the forward strands of each sequence.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool ForwardOnly { get; set; }
Public Property ForwardOnly As Boolean
Get
Set
public:
property bool ForwardOnly {
bool get ();
void set (bool value);
}
member ForwardOnly : bool with get, set
Property Value
Type:
BooleanSee Also