C++ Library: libStatGen: Difference between revisions

From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary
Line 24: Line 24:
http://genome.sph.umich.edu/wiki/Software#Download
http://genome.sph.umich.edu/wiki/Software#Download


Then Build: type make
*Build: type make
the library is built: statgen/lib/libStatGen.a
**the library is built: statgen/lib/libStatGen.a
Use Makefile.include to build with the library.
*Use Makefile.include to build with the library.
See examples in statgen/src.
**See examples in statgen/src.

Revision as of 02:16, 2 November 2010


DESCRIPTION

Open source, freely available (GPL license), easy to use APIs

  • File/Stream I/O – uncompressed, BGZF, GZIP, stdin, stdout
  • Common file formats – SAM/BAM, FASTQ, GLF
    • Indexed access to BAM files
    • Accessors to get/set values
  • Utility classes, including:
    • Cigar – interpretation and mapping between query and reference
    • Pileup – structured access to data by individual reference position

Contents


Download

To use the StatGenLibrary, first download: http://genome.sph.umich.edu/wiki/Software#Download

  • Build: type make
    • the library is built: statgen/lib/libStatGen.a
  • Use Makefile.include to build with the library.
    • See examples in statgen/src.