guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add r-zlibbioc.


From: Leo Famulari
Subject: 02/02: gnu: Add r-zlibbioc.
Date: Wed, 06 Apr 2016 21:51:31 +0000

lfam pushed a commit to branch master
in repository guix.

commit 9e3ba31c53756d8b91113574e2f340bfdc187827
Author: Roel Janssen <address@hidden>
Date:   Wed Mar 30 15:05:31 2016 +0200

    gnu: Add r-zlibbioc.
    
    * gnu/packages/bioinformatics.scm (r-zlibbioc): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/bioinformatics.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a2cd29b..500a08b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4773,6 +4773,25 @@ identify genotyping errors, and to perform single-QTL 
and two-QTL,
 two-dimensional genome scans.")
   (license license:gpl3)))
 
+(define-public r-zlibbioc
+  (package
+    (name "r-zlibbioc")
+    (version "1.16.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "zlibbioc" version))
+              (sha256
+               (base32
+                "01wc26ndg4jsn1wyrl6zzq636gxaip5fci0xapym4lh9wryc4wnw"))))
+    (properties
+     `((upstream-name . "zlibbioc")))
+    (build-system r-build-system)
+    (home-page "https://bioconductor.org/packages/zlibbioc";)
+    (synopsis "Provider for zlib-1.2.5 to R packages")
+    (description "This package uses the source code of zlib-1.2.5 to create
+libraries for systems that do not have these available via other means.")
+    (license license:artistic2.0)))
+
 (define-public pepr
   (package
     (name "pepr")



reply via email to

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