eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
functions.h
Go to the documentation of this file.
1
6#ifndef FUNCTIONS_H
7#define FUNCTIONS_H
8
9#include <Python.h>
10
28PyObject *parseFasta(PyObject *self, PyObject *args, PyObject *restrict kwargs);
29
41PyObject *parseGTF(PyObject *restrict self, PyObject *restrict args,
42 PyObject *restrict kwargs);
43
44#endif
PyObject * parseFasta(PyObject *self, PyObject *args, PyObject *restrict kwargs)
Python function that parses provided raw FASTA content.
Definition functions.c:308
PyObject * parseGTF(PyObject *restrict self, PyObject *restrict args, PyObject *restrict kwargs)
Python function for parsing raw GTF file contents.
Definition functions.c:412