Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 4: Line 4:     
== Enhancements/Updates/Fixes ==
 
== Enhancements/Updates/Fixes ==
 +
=== 6/23/2010 ===
 +
* Update [[C++ Class: InputFile|'''InputFile''']]
 +
** Renamed GzFileType and the GZ enum to GzipFileType and GZIP enum.
 +
** Renamed StdFileType and the STD enum to UncompressedFileType and UNCOMPRESSED enum
 +
** Changed the FileTypeEnum to ifileCompression.
 +
** Add an ifileCompression write mode as a parameter to ifopen (and the InputFile constructor called by ifopen) that indicates the type of compression to use when opening a file for writing.
 +
** Modified the meaning of the DEFAULT file type when opening for write to be UNCOMPRESSED unless the filename ends in ".gz" then it is opened as GZIP.
 +
** Removed static method <code>void InputFile::setWriteFileType(FileTypeEnum fileType)</code> that allows a user to specify what type of file to open for writing rather than using the extension (default).  Must be called prior to ifopen.
 +
 
=== 5/20/2010 ===
 
=== 5/20/2010 ===
 
* Update [[C++ Class: InputFile|'''InputFile''']]
 
* Update [[C++ Class: InputFile|'''InputFile''']]

Navigation menu