Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Core

Packages

 CADS
 Combinatorial Algorithms and Data Structures.
 
 GT
 Geometry and Topology.

 
 CSB
 Computational Structural Biology.
 
 STATS
 Statistics.
 
 IO
 Input / Output.
 

Description

Generic algorithms of the SBL library.

The Core contains the packages defining the generic algorithms and data structures used in the SBL library. The packages are distributed on three parts:

For example, a package in CADS defines components in the name-space CADS. If in addition, this package defines components for input / output on files, these ones will be endowed in the name-space IO. If in addition, this package defines one or more modules, these ones will be endowed in the name-space Modules.