Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/benedictpaten/sonLib

Small general purpose library for C and Python with focus on bioinformatics.
https://github.com/benedictpaten/sonLib

Last synced: 2 months ago
JSON representation

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

Lists

README

        

# 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](https://github.com/benedictpaten/)

## 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