gnu: python-pyspoa: Fix trailing whitespace in synopsis.
* gnu/packages/bioinformatics.scm (python-pyspoa)[synopsis]: Fix trailing whitespace.master
parent
97eb82fdb2
commit
95ec0ae948
|
@ -15355,7 +15355,7 @@ browser.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake-minimal)))
|
`(("cmake" ,cmake-minimal)))
|
||||||
(home-page "https://github.com/nanoporetech/pyspoa")
|
(home-page "https://github.com/nanoporetech/pyspoa")
|
||||||
(synopsis "Python bindings for the SIMD partial order alignment library ")
|
(synopsis "Python bindings for the SIMD partial order alignment library")
|
||||||
(description
|
(description
|
||||||
"This package provides Python bindings for spoa, a C++ implementation of
|
"This package provides Python bindings for spoa, a C++ implementation of
|
||||||
the @dfn{partial order alignment} (POA) algorithm (as described in
|
the @dfn{partial order alignment} (POA) algorithm (as described in
|
||||||
|
|
Reference in New Issue