mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-gffutils: Update description.
* gnu/packages/bioinformatics.scm (python-gffutils)[description]: Reflow paragraph and fix spelling of SQLite.
This commit is contained in:
parent
cfd83f3282
commit
94f9c0cdc4
1 changed files with 6 additions and 6 deletions
|
@ -15429,9 +15429,9 @@ (define-public python-gffutils
|
|||
(home-page "https://github.com/daler/gffutils")
|
||||
(synopsis "Tool for manipulation of GFF and GTF files")
|
||||
(description
|
||||
"python-gffutils is a Python package for working with and manipulating the
|
||||
GFF and GTF format files typically used for genomic annotations. The 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.")
|
||||
(license license:expat)))) ;; MIT license
|
||||
"python-gffutils is a Python package for working with and manipulating
|
||||
the GFF and GTF format files typically used for genomic annotations. The
|
||||
files are loaded into a SQLite database, allowing much more complex
|
||||
manipulation of hierarchical features (e.g., genes, transcripts, and exons)
|
||||
than is possible with plain-text methods alone.")
|
||||
(license license:expat))))
|
||||
|
|
Loading…
Reference in a new issue