1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Metadata-Version: 2.1
Name: gffutils
Version: 0.13
Summary: Work with GFF and GTF files in a flexible database framework
Home-page: https://github.com/daler/gffutils
Author: Ryan Dale
Author-email: dalerr@niddk.nih.gov
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: pyfaidx>=0.5.5.2
Requires-Dist: argh>=0.26.2
Requires-Dist: argcomplete>=1.9.4
Requires-Dist: simplejson
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.
|