diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:55:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:32 +0200 |
commit | 04a5e7918d18b6ce73f36d939b4c2a44a06b838f (patch) | |
tree | 12f2f6d4c7f53553693f24515d593ebd1aef4ccf /gnu | |
parent | 95cfad9b2999deb210a9bf532313cfc3d9957f2c (diff) | |
download | guix-04a5e7918d18b6ce73f36d939b4c2a44a06b838f.tar.gz guix-04a5e7918d18b6ce73f36d939b4c2a44a06b838f.zip |
gnu: r-chromstar: Fix typo in description.
* gnu/packages/bioconductor.scm (r-chromstar)[description]: Fix typo.
Diffstat (limited to 'gnu')
-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 121a06124a..5ade0597b0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -11065,7 +11065,7 @@ the earlier snpMatrix package, allowing for uncertainty in genotypes.") (description "This package implements functions for combinatorial and differential analysis of ChIP-seq data. It includes uni- and multivariate peak-calling, -export to genome browser viewable files, and functi ons for enrichment +export to genome browser viewable files, and functions for enrichment analyses.") (license license:artistic2.0))) |