Click or drag to resize
SAMFormatterFormat Method (Stream, ISequenceAlignment)
Writes an ISequenceAlignment to the location specified by the stream.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	ISequenceAlignment sequenceAlignment
)

Parameters

stream
Type: System.IOStream
The Stream used to write the formatted sequence alignment text.
sequenceAlignment
Type: Bio.Algorithms.AlignmentISequenceAlignment
The sequence alignment to format.

Implements

IFormatterTFormat(Stream, T)
See Also