eccLib 1.1.0
Python library for bioinformatics written in C
|
A module providing a reader for GTF files. More...
Data Structures | |
struct | GtfReader |
A reader that reads GTF files. More... | |
Functions | |
static PyObject * | GtfReader_next (GtfReader *restrict self) |
Retrieves the next line of the opened file and tries parsing it. | |
static void | GtfReader_dealloc (GtfReader *restrict self) |
Deallocates the GtfReader. | |
Variables | |
PyTypeObject | GtfReaderType |
The Python type definition for the GtfReader object. | |
A module providing a reader for GTF files.
|
static |
|
static |
Retrieves the next line of the opened file and tries parsing it.
self |
|
extern |
The Python type definition for the GtfReader object.