LibStatGen: general: Difference between revisions

From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 28: Line 28:
| <code>[[C++ Class: BaseAsciiMap|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.
|-
| <code>[[C++ Class: CigarRoller|CigarRoller]]</code>
| Utility class for generating/processing CIGAR strings.
|-
|-
| ***OTHERS***
| ***OTHERS***

Revision as of 12:58, 13 May 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 libcsg

Basic Programming Classes

Class Name Description
String (StringBasics.cpp/h) String class for string operations
InputFile Class for opening and operating on a file.
***OTHERS*** ***NEED TO BE ADDED TO THIS LIST***

Genetics Based Classes

Class Name Description
BaseAsciiMap Class for determining if a character is a valid base.
CigarRoller Utility class for generating/processing CIGAR strings.
***OTHERS*** ***NEED TO BE ADDED TO THIS LIST***


Suggested Improvements/Features