Difference between revisions of "LibStatGen: general"

From Genome Analysis Wiki
Jump to navigationJump to search
(Created page with '= libcsg = This library contains utility classes that are useful for many of the other developed software programs/libraries. See C++ Library: libcsg Change Log for a list o…')
 
Line 12: Line 12:
 
| String class for string operations
 
| String class for string operations
 
|-
 
|-
| <code>BaseAsciiMap</code>
+
| <code>[[C++ Class: BaseAsciiMap|BaseAsciiMap]]</code>
 
| Class for determining if a character is a valid base.
 
| Class for determining if a character is a valid base.
 
|-
 
|-

Revision as of 18:12, 6 April 2010

libcsg

This library contains utility classes that are useful for many of the other developed software programs/libraries.

See C++ Library: libcsg Change Log for a list of the most recent updates to the library.

Classes in the FastQFile Library

Class Name Description
String (StringBasics.cpp/h) String class for string operations
BaseAsciiMap Class for determining if a character is a valid base.
InputFile Class for opening and operating on a file.

Suggested Improvements/Features