guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-gsalib.


From: guix-commits
Subject: branch master updated: gnu: Add r-gsalib.
Date: Tue, 31 May 2022 17:44:53 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c4e03f8204 gnu: Add r-gsalib.
c4e03f8204 is described below

commit c4e03f82047a6a2a07cb34c94d2280183a901e8e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 31 23:43:37 2022 +0200

    gnu: Add r-gsalib.
    
    * gnu/packages/cran.scm (r-gsalib): New variable.
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 26e3e0e87a..0299e0041e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31347,6 +31347,25 @@ indicator, a quantitative variable or a survival 
time.")
     ;; Any version of the LGPL
     (license license:lgpl3+)))
 
+(define-public r-gsalib
+  (package
+    (name "r-gsalib")
+    (version "2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gsalib" version))
+       (sha256
+        (base32
+         "1k3zjdydzb0dfh1ihih08d4cw6rdamgb97cdqna9mf0qdjc3pcp1"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/gsalib";)
+    (synopsis "Utility functions for GATK")
+    (description "This package contains utility functions used by the Genome
+Analysis Toolkit (GATK) to load tables and plot data.  The GATK is a toolkit
+for variant discovery in high-throughput sequencing data.")
+    (license license:expat)))
+
 (define-public r-randomforestsrc
   (package
     (name "r-randomforestsrc")



reply via email to

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