gnu: Add r-ensdb-hsapiens-v86.

* gnu/packages/bioconductor.scm (r-ensdb-hsapiens-v86): New variable.
This commit is contained in:
Ricardo Wurmus 2022-03-10 13:38:07 +01:00
parent 6a6a514ef4
commit 5a809551dc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -737,6 +737,25 @@ (define-public r-ensdb-hsapiens-v75
"This package exposes an annotation database generated from Ensembl.")
(license license:artistic2.0)))
(define-public r-ensdb-hsapiens-v86
(package
(name "r-ensdb-hsapiens-v86")
(version "2.99.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EnsDb.Hsapiens.v86" version 'annotation))
(sha256
(base32 "1gp7xrzddpvmh2vrcp571wyy00skxgxfl39ksj4h0hm1qay0fb2m"))))
(properties `((upstream-name . "EnsDb.Hsapiens.v86")))
(build-system r-build-system)
(propagated-inputs (list r-ensembldb))
(home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v86")
(synopsis "Ensembl based annotation package")
(description "This package exposes an annotation database generated from
Ensembl.")
(license license:artistic2.0)))
(define-public r-ensdb-mmusculus-v79
(package
(name "r-ensdb-mmusculus-v79")