|
eccLib 1.1.0
Python library for bioinformatics written in C
|
A reader that reads GTF files. More...
#include <GtfReader.h>

Data Fields | |
| struct reader | base |
| hashmap_t | attr_keys |
| The hashmap key cache. | |
| hashmap_t | attr_vals |
| The hashmap value cache. | |
| PyObject * | attr_tp |
| Mapping from attribute key to converter callable for the value, or None. | |
| hashmap_t GtfReader::attr_keys |
The hashmap key cache.
This hashmap is used to store the attribute keys that are found in the GTF file. This is used to optimize memory usage
| PyObject* GtfReader::attr_tp |
Mapping from attribute key to converter callable for the value, or None.
| hashmap_t GtfReader::attr_vals |
The hashmap value cache.
This hashmap is used to store the values that are found in the GTF file. This is used to optimize memory usage
| struct reader GtfReader::base |