C++ Class: FastQFile
From Genome Analysis Wiki
Reading/Validating FastQ Files In Your Program
The FastQFile class allows a user to easily read/validate a fastq file.
Class Methods
| Method Name | Description |
|---|---|
FastQFile::FastQFile(int minReadLength, int maxReportedErrors)
|
Class Enums
| enum FastQStatus | |
|---|---|
| Enum Value | Description |
| FASTQ_SUCCESS | method finished successfully. |
| FASTQ_FAILURE | method failed to complete successfully. |
| FASTQ_INVALID | sequence was invalid. |