SequenceParsersFastQ Property |
Gets an instance of FastQParser class which is capable of
parsing FASTQ format files.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static FastQParser FastQ { get; }
Public Shared ReadOnly Property FastQ As FastQParser
Get
public:
static property FastQParser^ FastQ {
FastQParser^ get ();
}
static member FastQ : FastQParser with get
Property Value
Type:
FastQParserSee Also