vagrantc pushed a commit to branch master
in repository guix.
commit b23d7aa880c3017235009ad16d2b5464d08ccb86
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Thu Nov 18 14:05:54 2021 -0800
gnu: r-bgeecall: Fix typo.
* gnu/packages/bioconductor.scm (r-bgeecall)[description]: Switch from
"allows
to generate" to "allows generating".
---
gnu/packages/bioconductor.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 90b49d5..5d29a3a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14009,7 +14009,7 @@ real numbers.")
(home-page "https://github.com/BgeeDB/BgeeCall")
(synopsis "RNA-Seq present/absent gene expression calls generation")
(description
- "BgeeCall allows to generate present/absent gene expression calls without
+ "BgeeCall allows generating present/absent gene expression calls without
using an arbitrary cutoff like TPM<1. Calls are generated based on reference
intergenic sequences. These sequences are generated based on expression of
all RNA-Seq libraries of each species integrated in Bgee.")