diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:21:13 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:50:41 -0800 |
commit | 95ec0ae9483c54e11bd5c9ef23ab780e9c06f2bd (patch) | |
tree | 85c3af82dbe4cbbc18dc8153be34d09cdf5bd0b3 | |
parent | 97eb82fdb2f31063dc670cfd6388933e0a97c394 (diff) |
gnu: python-pyspoa: Fix trailing whitespace in synopsis.
* gnu/packages/bioinformatics.scm (python-pyspoa)[synopsis]: Fix trailing
whitespace.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e37a55dd23..55a0881849 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -15355,7 +15355,7 @@ browser.") (native-inputs `(("cmake" ,cmake-minimal))) (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 "This package provides Python bindings for spoa, a C++ implementation of the @dfn{partial order alignment} (POA) algorithm (as described in |