diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-01-14 17:49:49 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-01-14 18:23:37 -0800 |
commit | 3c43f2b4f54dead73ce19427eb1e364581b7f2e0 (patch) | |
tree | 797ad9f4b7d3c2cab22450cf50ace298c0c2d31a /gnu | |
parent | 604d80bb8d96539ae9161e0fc0e259c1491e5d0d (diff) |
gnu: julia-bioalignments: Fix spelling.
* gnu/packages/julia-xyz.scm (julia-bioalignments)[synopsis,description]: Fix
spelling of "alignment".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index ef1a51d735..e30cf39dc9 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -391,8 +391,8 @@ benchmarks as well as comparing benchmark results.") julia-biosymbols julia-intervaltrees)) (home-page "https://github.com/BioJulia/BioAlignments.jl") - (synopsis "Sequence alignement algorithm and data structures") - (description "This package provides alignement algorithms and data + (synopsis "Sequence alignment algorithm and data structures") + (description "This package provides alignment algorithms and data structures for sequence of DNA, RNA, and amino acid sequences.") (license license:expat))) |