guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: Add BiocGenerics.


From: Ricardo Wurmus
Subject: 04/09: gnu: Add BiocGenerics.
Date: Mon, 21 Dec 2015 16:22:36 +0000

rekado pushed a commit to branch master
in repository guix.

commit d29b25c49056e9b78a8ee98d4e42c3c7dd421c9d
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 18 12:06:55 2015 +0100

    gnu: Add BiocGenerics.
    
    * gnu/packages/bioinformatics.scm (r-biocgenerics): New variable.
---
 gnu/packages/bioinformatics.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2563021..ac25d30 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3166,6 +3166,27 @@ use multiple corrections.  Visualization of data can be 
done either by
 barplots or heatmaps.")
     (license license:gpl2+)))
 
+(define-public r-biocgenerics
+  (package
+    (name "r-biocgenerics")
+    (version "0.16.1")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "BiocGenerics" version))
+              (sha256
+               (base32
+                "0f16ryy5f012hvksrwlmm33bcl7lw97i2jvhbnwfwl03j4w7nhc1"))))
+    (properties
+     `((upstream-name . "BiocGenerics")
+       (r-repository . bioconductor)))
+    (build-system r-build-system)
+    (home-page "http://bioconductor.org/packages/BiocGenerics";)
+    (synopsis "S4 generic functions for Bioconductor")
+    (description
+     "This package provides S4 generic functions needed by many Bioconductor
+packages.")
+    (license license:artistic2.0)))
+
 (define-public r-qtl
  (package
   (name "r-qtl")



reply via email to

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