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 @@ (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))))