Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 1: Line 1: −
=libfqf Change Log =
+
{| style="width:100%; background:#FF8989; margin-top:1.2em; border:1px solid #ccc;" |
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.
+
| style="width:100%; text-align:center; white-space:nowrap; color:#000;" |
 +
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">This change log & the statgen repository have been DEPRECATED
 +
 
 +
To see changes for the new libStatGen repository, consult the github history:
 +
 
 +
https://github.com/statgen/libStatGen/commits/master/
 +
 
 +
For fastq specific changes: https://github.com/statgen/libStatGen/commits/master/fastq</div>
 +
|}
 +
 
 +
=FASTQ Change Log =
 +
This page tracks the updates/enhancements that have been updated in the git repository for [[StatGen Library: FASTQ|FASTQ]].  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==
 
== Enhancements/Updates/Fixes==
 +
=== 11/02/2010 ===
 +
* Made part of statgen library.
 +
 +
=== 06/02/2010 ===
 +
* Update FastQValidator options (it is still backwards compatible, so the old options still work).
 +
** quitAfterErrorNum to maxErrors
 +
** maxReportedErrors to printableErrors
 +
** ignoreAllErrors to ignoreErrors
 +
** printBaseComp to baseComposition
 +
** disableAllMessages to quiet
 +
** autoDetect to auto
 +
 +
=== 05/06/2010 ===
 +
*Add method: bool FastQFile::keepReadingFile() that returns whether or not to keep looping to read the file.  It returns false on EOF or on a read error (corrupt gzip files never indicate EOF).
 +
** This method should be used for loops instead of FastQFile::isEof()
 +
 +
=== 04/30/2010 ===
 +
RELEASE of fastQFile_0.0.3.tgz
 +
 +
=== 04/15/2010 ===
 +
* Update color space validation to require a 1 character primer base.
 +
* Add the FastQStatus classes to the repository.
    
=== 04/12/2010 ===
 
=== 04/12/2010 ===
Line 17: Line 50:  
*** FASTQ_READ_ERROR means that a problem occurred on a read.
 
*** FASTQ_READ_ERROR means that a problem occurred on a read.
 
*** FASTQ_NO_SEQUENCE_ERROR means there were no errors, but no sequences read.
 
*** FASTQ_NO_SEQUENCE_ERROR means there were no errors, but no sequences read.
 +
 +
=== 03/25/2010 ===
 +
RELEASE of fastQFile_0.0.2.tgz
    
== Known Issues ==
 
== Known Issues ==

Navigation menu