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.GffAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool ShouldWriteSequenceData { get; set; }
Public Property ShouldWriteSequenceData As Boolean
Get
Set
public:
property bool ShouldWriteSequenceData {
bool get ();
void set (bool value);
}
member ShouldWriteSequenceData : bool with get, set
Property Value
Type:
BooleanSee Also