eccLib 1.1.0
Python library for bioinformatics written in C
|
Root directory for the sourcecode.
More...Directories | |
classes | |
Directory for the Python type definitions. | |
formats | |
Directory for C libraries for file format handling. | |
Files | |
common.c | |
Contains implementations for common functions and structs used by the other modules. | |
common.h | |
Contains common functions and structs used by the other modules. | |
eccLib.c | |
Main library file. | |
functions.c | |
Functions for parsing files. Core of the library. | |
functions.h | |
Contains the declarations of the functions used in the eccLib module. | |
hashmap_ext.c | |
Implementation of the hashmap_ext module. | |
hashmap_ext.h | |
Contains the declarations for our extension of the hashmap module. | |
reader.c | |
Implementation for the reader module. | |
reader.h | |
header for the reader module | |
Root directory for the sourcecode.
contains all the source files for the project