Click or drag to resize
FastAFormatterFormat Method (Stream, ISequence)
Writes the specified sequence in FastA format to the file. Note that if the sequence contains more than the MaxSymbolsAllowedPerLine value then it will split the symbols in the specified sequence in to multiple lines, where each line will contain maximum of MaxSymbolsAllowedPerLine symbols.

Namespace: Bio.IO.FastA
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	ISequence data
)

Parameters

stream
Type: System.IOStream
Stream to write to, it will be left open at the end.
data
Type: BioISequence
Sequence to write.

Implements

IFormatterTFormat(Stream, T)
See Also