eccLib 1.1.0
Python library for bioinformatics written in C
|
This file defines the GtfReader and GtfFile object interface. More...
Go to the source code of this file.
Data Structures | |
struct | GtfReader |
A reader that reads GTF files. More... | |
struct | GtfFile |
A file that holds GTF data. More... | |
Variables | |
PyTypeObject | GtfFileType |
The Python type definition for the GtfFile object. | |
PyTypeObject | GtfReaderType |
The Python type definition for the GtfReader object. | |