blob: 84768b7458acbc3f38c82935ac24f3a4f44d0bcd (
plain) (
blame)
1
2
3
4
5
6
7
|
gffutils is a Python package for working with and manipulating the GFF and GTF
format files typically used for genomic annotations. Files are loaded into a
sqlite3 database, allowing much more complex manipulation of hierarchical
features (e.g., genes, transcripts, and exons) than is possible with plain-text
methods alone.
WWW: https://github.com/daler/gffutils
|