Click or drag to resize
GffParserParseOne Method
Parse a single sequence - not supported due to the file format.

Namespace: Bio.IO.Gff
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence ParseOne(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream

Return Value

Type: ISequence
Sequence

Implements

IParserTParseOne(Stream)
See Also