Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 4: Line 4:  
== Enhancements/Updates/Fixes==
 
== Enhancements/Updates/Fixes==
   −
 
+
=== 04/08/2010 - Coming soon, not yet merged up to the repository. ===
 +
* Updated the FastQFile classes and the Validation Executable return values to reflect more detailed error codes by adding more FastQStatus enums.
 +
** Removed FastQStaus::FASTQ_FAILURE
 +
** Added:
 +
*** FASTQ_ORDER_ERROR means the methods are called out of order, like trying to read a file before opening it.
 +
*** FASTQ_OPEN_ERROR means the file could not be opened.
 +
*** FASTQ_CLOSE_ERROR means the file could not be closed.
 +
*** FASTQ_READ_ERROR means that a problem occurred on a read.
 +
*** FASTQ_NO_SEQUENCE_ERROR means there were no errors, but no sequences read.
    
== Known Issues ==
 
== Known Issues ==

Navigation menu