1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

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

View File

@@ -19855,7 +19855,7 @@ sequences")
(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,