Click or drag to resize
GffFormatterFormat Method (Stream, IEnumerableISequence)
Write a collection of ISequences to a file.

Namespace: Bio.IO.Gff
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	IEnumerable<ISequence> sequences
)

Parameters

stream
Type: System.IOStream
Writer
sequences
Type: System.Collections.GenericIEnumerableISequence
The sequences to write

Implements

IFormatterTFormat(Stream, IEnumerableT)
Remarks
This method is overridden to format file-scope metadata that applies to all metadata that applies to all of the sequences in the file.
See Also