NucmerPairwiseAlignerReverseOnly Property |
Align only the reverse 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 ReverseOnly { get; set; }
Public Property ReverseOnly As Boolean
Get
Set
public:
property bool ReverseOnly {
bool get ();
void set (bool value);
}
member ReverseOnly : bool with get, set
Property Value
Type:
BooleanSee Also