Click or drag to resize
MUMmer Constructor (ISuffixTree)
Initializes a new instance of the MUMmer class with the specified suffix tree. This enables to use custom suffix tree.

Namespace: Bio.Algorithms.MUMmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public MUMmer(
	ISuffixTree suffixTree
)

Parameters

suffixTree
Type: Bio.Algorithms.SuffixTreeISuffixTree
Suffix tree.
See Also