mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add r-pinfsc50.
* gnu/packages/cran.scm (r-pinfsc50): New variable.
This commit is contained in:
parent
9bffc2ba45
commit
32cce42154
1 changed files with 19 additions and 0 deletions
|
@ -5763,6 +5763,25 @@ (define-public r-pillar
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue