me
/
guix
Archived
1
0
Fork 0

gnu: Add r-ensdb-hsapiens-v79.

* gnu/packages/bioconductor.scm (r-ensdb-hsapiens-v79): New variable.

Change-Id: I773615df66194ddb195f013f7000d175ac07d095
master
Ricardo Wurmus 2024-01-20 19:22:43 +01:00
parent 9c367ee196
commit c410d4e268
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -106,6 +106,26 @@ Only the AGAPS and AMB masks are \"active\" by default. The sequences are store
in @code{MaskedDNAString} objects.")
(license license:artistic2.0)))
(define-public r-ensdb-hsapiens-v79
(package
(name "r-ensdb-hsapiens-v79")
(version "2.99.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EnsDb.Hsapiens.v79" version
'annotation))
(sha256
(base32 "0k94iml0417m3k086d0bzd83fndyb2kn7pimsfzcdmafgy6sxwgg"))))
(properties `((upstream-name . "EnsDb.Hsapiens.v79")))
(build-system r-build-system)
(propagated-inputs (list r-ensembldb))
(home-page "https://bioconductor.org/packages/EnsDb.Hsapiens.v79")
(synopsis "Ensembl based annotation package")
(description "This package exposes an annotation database generated from
Ensembl.")
(license license:artistic2.0)))
(define-public r-hpo-db
(package
(name "r-hpo-db")