eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Structures | Variables
GtfReader.h File Reference

This file defines the GtfReader and GtfFile object interface. More...

#include <Python.h>
#include "../hashmap_ext.h"
#include "../reader.h"
Include dependency graph for GtfReader.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file defines the GtfReader and GtfFile object interface.