Click or drag to resize
SAMParserParseOne Method
Parses a sequence alignment texts from a stream.

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

Parameters

stream
Type: System.IOStream
A stream for a sequence alignment text.

Return Value

Type: ISequenceAlignment
The list of parsed ISequenceAlignment objects.

Implements

IParserTParseOne(Stream)
See Also