Click or drag to resize
BAMFormatterFormat Method (Stream, ISequenceAlignment)
Writes specified alignment object to a stream. The output is formatted according to the BAM specification. Note that this method does not create index file.

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

Parameters

writer
Type: System.IOStream
Stream to write BAM data.
sequenceAlignment
Type: Bio.Algorithms.AlignmentISequenceAlignment
SequenceAlignmentMap object.

Implements

IFormatterTFormat(Stream, T)
See Also