diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:05:54 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-18 14:20:03 -0800 |
commit | b23d7aa880c3017235009ad16d2b5464d08ccb86 (patch) | |
tree | fa008299d8a5a09bc261f52119142abff60e50cf /gnu/packages | |
parent | de0a3b578e3629ad4b0b1fcfcb9ca544620bd742 (diff) | |
download | guix-b23d7aa880c3017235009ad16d2b5464d08ccb86.tar guix-b23d7aa880c3017235009ad16d2b5464d08ccb86.tar.gz |
gnu: r-bgeecall: Fix typo.
* gnu/packages/bioconductor.scm (r-bgeecall)[description]: Switch from "allows
to generate" to "allows generating".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 90b49d5118..5d29a3acf2 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.") |