Difference between revisions of "C++ Library: FASTQ Change Log"

From Genome Analysis Wiki
Jump to navigationJump to search
(Created page with '=libfqf Change Log = This page tracks the updates/enhancements that have been updated in the git repository. It is primarily used to track the user interface changes, so users c…')
 
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 ==

Revision as of 17:50, 7 April 2010

libfqf Change Log

This page tracks the updates/enhancements that have been updated in the git repository. It is primarily used to track the user interface changes, so users can see what bugs have been fixed, or what new features have been added.

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