guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-pinfsc50.


From: guix-commits
Subject: branch master updated: gnu: Add r-pinfsc50.
Date: Thu, 27 May 2021 08:21:41 -0400

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

roelj pushed a commit to branch master
in repository guix.

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

commit 32cce4215412fc141fdf10eb07ebae51613939a4
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Thu May 27 14:21:12 2021 +0200

    gnu: Add r-pinfsc50.
    
    * gnu/packages/cran.scm (r-pinfsc50): 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 e99f45a..00ea096 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5763,6 +5763,25 @@ columns of data using the full range of colours provided 
by modern
 terminals.")
     (license license:gpl3)))
 
+(define-public r-pinfsc50
+  (package
+   (name "r-pinfsc50")
+   (version "1.2.0")
+   (source (origin
+            (method url-fetch)
+            (uri (cran-uri "pinfsc50" version))
+            (sha256
+             (base32
+              "1547xyxmfb7zi8h9bsm6k67dcw4hpp129xzvmgwfw7r6p4af47zd"))))
+   (build-system r-build-system)
+   (home-page "https://cran.r-project.org/web/packages/pinfsc50/";)
+   (synopsis "Genomic data for the plant pathogen Phytophthora infestans")
+   (description "This package contains genomic data for the plant pathogen
+Phytophthora infestans.  It includes a variant file, a sequence file and an
+annotation file.  This package is intended to be used as example data for
+packages that work with genomic data.")
+   (license license:gpl2+)))
+
 (define-public r-uuid
   (package
     (name "r-uuid")



reply via email to

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