Click or drag to resize
FastAFormatterMaxSymbolsAllowedPerLine Property
Gets or sets the maximum symbols allowed per line. Default value is 80. Note that the FastA format recommends that all lines should be less than 80 symbol in length.

Namespace: Bio.IO.FastA
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int MaxSymbolsAllowedPerLine { get; set; }

Property Value

Type: Int32
See Also