diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:09:30 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:20:07 -0800 |
commit | a8eea7a51e243587b7e0b12c2a769ace6f05351d (patch) | |
tree | a658c9b2c1e9c13fea996c427cd048f99fb5c87b /gnu | |
parent | b23d7aa880c3017235009ad16d2b5464d08ccb86 (diff) | |
download | guix-a8eea7a51e243587b7e0b12c2a769ace6f05351d.tar.gz |
gnu: qtltools: Fix typo.
* gnu/packages/bioinformatics.scm (qtltools)[description]: Switch from "allows to go" to "allows going".
Diffstat (limited to 'gnu')
-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 6c9c1af33d..3fa378de13 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1581,7 +1581,7 @@ $(BOOST_LIB)/libboost_program_options.so")))) (home-page "https://qtltools.github.io/qtltools/") (synopsis "Tool set for molecular QTL discovery and analysis") (description "QTLtools is a tool set for molecular QTL discovery -and analysis. It allows to go from the raw genetic sequence data to +and analysis. It allows going from the raw genetic sequence data to collection of molecular @dfn{Quantitative Trait Loci} (QTLs) in few easy-to-perform steps.") (license license:gpl3+))) |