resurgo-genetics / sonLib

Small general purpose library for C and Python with focus on bioinformatics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sonLib

sonLib is a compact C/Python library for sequence analysis in bioinformatics.

(c) 2006 - 2012 The Author(s). See LICENSE.txt for details.

Author

Benedict Paten

Description

For basic data-structures in C it contains:

  • array lists (automatically resizing)
  • hashes
  • sets (backed by hashes)
  • sorted sets (backed by an AVL tree)
  • containers (for putting primitives into the above data-structures)
  • better string functions
  • simple exception mechanism
  • logging functions

For bioinformatic data-structures it contains (or will contain):

  • Fasta I/O functions
  • MAF I/O functions
  • Newick tree I/O functions

For more details see the Full README in doc/README

About

Small general purpose library for C and Python with focus on bioinformatics.

License:MIT License


Languages

Language:C 84.2%Language:Python 10.3%Language:C++ 4.1%Language:Makefile 0.8%Language:HTML 0.4%Language:Objective-C 0.2%Language:Shell 0.1%Language:CSS 0.0%