From 4f66400493b101fa3840541ae903a487ed3a364f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 13:58:58 -0700 Subject: [PATCH] gnu: r-anota: Fix typo "parallel". * gnu/packages/bioconductor (r-anota)[description]: Fix typo. --- 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 1a26bb9cd8..3ef5ecf7b1 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2827,7 +2827,7 @@ translational between two or more sample classes - i.e. differences in actively translated mRNA levels that are independent of underlying differences in cytosolic mRNA levels. This package allows for such analysis using partial variances and the random variance model. As 10s of thousands of mRNAs are -analyzed in parallell the library performs a number of tests to assure that +analyzed in parallel the library performs a number of tests to assure that the data set is suitable for such analysis.") (license license:gpl3)))