gnu: python-bwapy: Fix typo.

* gnu/packages/bioinformatics.scm (python-bwapy)[synopsis]: Fix typo.
This commit is contained in:
Marius Bakke 2023-09-22 01:17:55 +08:00
parent 86d1f12363
commit fdfafaa48c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -19855,7 +19855,7 @@ (define-public python-bwapy
(inputs
(list zlib))
(home-page "https://github.com/ACEnglish/bwapy")
(synopsis "Python bindings to bwa alinger")
(synopsis "Python bindings to bwa aligner")
(description "This package provides Python bindings to the bwa mem
aligner.")
;; These Python bindings are licensed under Mozilla Public License 2.0,