|
eccLib 1.3.0
Python library for bioinformatics written in C
|
Main library file. More...
#include "eccLib.h"#include <Python.h>#include "../classes/FastaBuff/FastaBuff.h"#include "../classes/FastaBuff/FastaBuffViews.h"#include "../classes/FastaReader.h"#include "../classes/GtfDict/GtfDict.h"#include "../classes/GtfDict/GtfDictViews.h"#include "../classes/GtfList/GtfList.h"#include "../classes/GtfList/GtfListViews.h"#include "../classes/GtfReader.h"#include "../formats/fasta.h"#include "../formats/gtf.h"#include "../functions.h"
Functions | |
| int | main (int argc, char *argv[]) |
| Main function that initializes the Python interpreter and imports the eccLib module. | |
Variables | |
| static PyMethodDef | eccLibMethods [] |
| struct PyModuleDef | eccLibModule |
| The eccLib module definition. | |
Main library file.
This file initializes all the features according to the Python ABI.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main function that initializes the Python interpreter and imports the eccLib module.
| argc | the number of arguments |
| argv | the arguments |
|
static |
| struct PyModuleDef eccLibModule |
The eccLib module definition.
This struct defines the eccLib module, including its name, version, and state initialization function.