eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
GtfReader Struct Reference

A reader that reads GTF files. More...

#include <GtfReader.h>

Collaboration diagram for GtfReader:
Collaboration graph
[legend]

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.
 

Detailed Description

A reader that reads GTF files.

See also
GtfFile
GtfDict
parseGTF

Field Documentation

◆ attr_keys

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

◆ attr_tp

PyObject* GtfReader::attr_tp

Mapping from attribute key to converter callable for the value, or None.

◆ attr_vals

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

◆ base

struct reader GtfReader::base

The documentation for this struct was generated from the following file: