guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

104/215: gnu: r-methylkit: Update to 1.10.0.


From: guix-commits
Subject: 104/215: gnu: r-methylkit: Update to 1.10.0.
Date: Sun, 5 May 2019 18:15:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8322c860f93743e4315468edc536cb4b89dce631
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:50:24 2019 +0200

    gnu: r-methylkit: Update to 1.10.0.
    
    * gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.10.0.
    [propagated-inputs]: Add r-mgcv.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 08dfac5..364069b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8988,13 +8988,13 @@ number detection tools.")
 (define-public r-methylkit
   (package
     (name "r-methylkit")
-    (version "1.8.1")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "methylKit" version))
               (sha256
                (base32
-                "1zcfwy7i10aqgnf7r0c41hakb5aai3s3n9y8pc6a98vimz51ly2z"))))
+                "1z687vpi5kwcqpnd6r74c5y72hcsbqlwg0bk95kksgpi81q710qj"))))
     (properties `((upstream-name . "methylKit")))
     (build-system r-build-system)
     (propagated-inputs
@@ -9008,6 +9008,7 @@ number detection tools.")
        ("r-kernsmooth" ,r-kernsmooth)
        ("r-limma" ,r-limma)
        ("r-mclust" ,r-mclust)
+       ("r-mgcv" ,r-mgcv)
        ("r-qvalue" ,r-qvalue)
        ("r-r-utils" ,r-r-utils)
        ("r-rcpp" ,r-rcpp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]