File: README.rst

package info (click to toggle)
python-gffutils 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,164 kB
  • sloc: python: 5,557; makefile: 57; sh: 13
file content (12 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
gffutils
========

``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.

See documentation at https://daler.github.io/gffutils, and GitHub repo at
https:/github.com/daler/gffutils.