guix-commits
[Top][All Lists]
Advanced

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

16/16: gnu: Add r-a4.


From: guix-commits
Subject: 16/16: gnu: Add r-a4.
Date: Thu, 28 Mar 2019 13:25:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 84ad024e2d0dff61aa6e1333886f314c72e250ed
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 28 18:23:02 2019 +0100

    gnu: Add r-a4.
    
    * gnu/packages/bioconductor.scm (r-a4): New variable.
---
 gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7b849a0..7facbc1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3087,3 +3087,28 @@ provides reporting features.")
      "This package provides basic features for the automated analysis of
 Affymetrix arrays.")
     (license license:gpl3)))
+
+(define-public r-a4
+  (package
+    (name "r-a4")
+    (version "1.30.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "a4" version))
+       (sha256
+        (base32
+         "1iqjy35rqx3m2y0dm2bk4cnzdm1qvbi608bfmrid88w6wmwz3qlk"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-a4base" ,r-a4base)
+       ("r-a4classif" ,r-a4classif)
+       ("r-a4core" ,r-a4core)
+       ("r-a4preproc" ,r-a4preproc)
+       ("r-a4reporting" ,r-a4reporting)))
+    (home-page "https://bioconductor.org/packages/a4/";)
+    (synopsis "Automated Affymetrix array analysis umbrella package")
+    (description
+     "This package provides a software suite for the automated analysis of
+Affymetrix arrays.")
+    (license license:gpl3)))



reply via email to

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