summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-12-16 23:31:53 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-12-16 23:32:55 +0100
commit94f9c0cdc402b87ec3e21b633d92496fa1e3f066 (patch)
tree9ca21ee6e2dc10757586a0f323048a74d9be2727 /gnu/packages/bioinformatics.scm
parentcfd83f3282ed1c416e0e99bdfc334d9be0d1856b (diff)
gnu: python-gffutils: Update description.
* gnu/packages/bioinformatics.scm (python-gffutils)[description]: Reflow paragraph and fix spelling of SQLite.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7bbdcae149..961344198f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15429,9 +15429,9 @@ containing the reference genome as well.")
(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))))