gfftools

Parse GFF files.


Keywords
GFF, Genomics
License
MIT
Install
pip install gfftools==0.0.4

Documentation

GFFtools: Yet another package to work with GFF3 files

Tests codecov PyPI Neo4j License: MIT

Python package to parse GFF files and access the individual records. Only files following the official GFF Version 3 specification are supported: https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md

Most GTF files from e.g. ENSEMBL work as well but not all features are tested for GTF.

install

pip install gfftools