loads a new REBASE file (or any file using REBASE format #31).

Namespace:  BioSharp.Core.Bio.Molbio
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public static void LoadEnzymeFile(
	Stream inputStream,
	bool commercialOnly
)

Parameters

inputStream
Type: System.IO..::.Stream
a Stream over the file to load.
commercialOnly
Type: System..::.Boolean
indicates whether or not only commercially available enzymes are loaded.

See Also