Click or drag to resize
FastAFormatterFormat Method
Overload List
  NameDescription
Public methodFormat(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.
Public methodFormat(Stream, IEnumerableISequence)
Writes the Multiple 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.
Top
See Also