Click or drag to resize
SAMFormatterFormat Method (Stream, IEnumerableISequenceAlignment)
Write a collection of ISequenceAlignments to a file.

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,
	IEnumerable<ISequenceAlignment> sequenceAlignments
)

Parameters

stream
Type: System.IOStream
The name of the file to write the formatted sequence alignments.
sequenceAlignments
Type: System.Collections.GenericIEnumerableISequenceAlignment
The sequenceAlignments to write.

Implements

IFormatterTFormat(Stream, IEnumerableT)
See Also