Archived
1
0
Fork 0

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 @@ sequences")
(inputs (inputs
(list zlib)) (list zlib))
(home-page "https://github.com/ACEnglish/bwapy") (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 (description "This package provides Python bindings to the bwa mem
aligner.") aligner.")
;; These Python bindings are licensed under Mozilla Public License 2.0, ;; These Python bindings are licensed under Mozilla Public License 2.0,