Skip to content

mrG7/hpg-libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpg-libs

C libraries for the High Performance Genomics (HPG) project:

  • aligners: HPC implementation of two widely used sequence aligners: Burrows-Whheler Transform (BWT) and Smith-Waterman (SW)
  • bioinfo-libs: several data format parsers: gff, bam, vcf, bed, ...
  • common-libs: several common utilities for logs, string manipulation, workflows execution, ...
  • containers: several data structures : array_list, linked_list, ... other have been collected from different sources such as cprops or khash.
  • math: Statistics and algebra functions

Each library must be compiled independently using SCons. A static library file (.a) will be generated as a result in c/build/ folder.

BUILDING Scons is used as building system, to build the library download 'next' branch (for the most recent library), and execute:

$ scons

GCC4.4+ is the only requirement.

DOCUMENTATION You can find more info about HPG project and bioinfo-libs at:

http://wiki.opencb.org/projects/hpg/doku.php

CONTACT You can contact any of the following developers:

About

C libs for HPG project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.5%
  • C++ 13.6%
  • Cuda 3.0%
  • Makefile 1.1%
  • Other 0.8%