Click or drag to resize
GffFormatterShouldWriteSequenceData Property
Whether or not sequence data will be written as part of the GFF header information; This property is required as GFF files normally do not contain sequence data. Defaults value is true.

Namespace: Bio.IO.Gff
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool ShouldWriteSequenceData { get; set; }

Property Value

Type: Boolean
See Also