eccLib 1.1.0
Python library for bioinformatics written in C
|
A module providing a file object for GTF files. More...
Data Structures | |
struct | GtfFile |
A file that holds GTF data. More... | |
Functions | |
static int | GtfFile_init (GtfFile *self, PyObject *args, PyObject *kwds) |
Saves the provided filename and checks if it exists. | |
static PyObject * | GtfFile_iter (GtfFile *self) |
Creates a GtfReader object from the GtfFile. | |
Variables | |
PyTypeObject | GtfFileType |
The Python type definition for the GtfFile object. | |
A module providing a file object for GTF files.
|
static |
Saves the provided filename and checks if it exists.
self | |
args | standard python argument tuple |
kwds | unsupported! |
|
static |
|
extern |
The Python type definition for the GtfFile object.