eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Functions
functions.h File Reference

Contains the declarations of the functions used in the eccLib module. More...

#include <Python.h>
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PyObject * parseFasta (PyObject *self, PyObject *args, PyObject *restrict kwargs)
 Python function that parses provided raw FASTA content.
 
PyObject * parseGTF (PyObject *restrict self, PyObject *restrict args, PyObject *restrict kwargs)
 Python function for parsing raw GTF file contents.
 

Detailed Description

Contains the declarations of the functions used in the eccLib module.