gnu: qtltools: Fix typo.

* gnu/packages/bioinformatics.scm (qtltools)[description]: Switch from "allows
  to go" to "allows going".
This commit is contained in:
Vagrant Cascadian 2021-11-18 14:09:30 -08:00
parent b23d7aa880
commit a8eea7a51e
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1581,7 +1581,7 @@ (define-public qtltools
(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+)))