FastQParserFormatType Property |
Gets or sets the format type to be used.
The FastQFormatType to be used for parsed QualitativeSequence objects.
Default value is Illumina_v1_8
Namespace: Bio.IO.FastQAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public FastQFormatType FormatType { get; set; }
Public Property FormatType As FastQFormatType
Get
Set
public:
property FastQFormatType FormatType {
FastQFormatType get ();
void set (FastQFormatType value);
}
member FormatType : FastQFormatType with get, set
Property Value
Type:
FastQFormatTypeSee Also