me
/
guix
Archived
1
0
Fork 0

gnu: Add r-reactome-db.

* gnu/packages/bioconductor.scm (r-reactome-db): New variable.
master
Ricardo Wurmus 2019-12-18 15:23:15 +01:00
parent 7e9d6f0f3f
commit 6f15ea2415
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 22 additions and 0 deletions

View File

@ -47,6 +47,28 @@
;;; Annotations
(define-public r-reactome-db
(package
(name "r-reactome-db")
(version "1.70.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "reactome.db" version 'annotation))
(sha256
(base32
"05wc4fp0faq6h3kq5rwafnips043as31yq11mrjngfxvf5i10srg"))))
(properties `((upstream-name . "reactome.db")))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)))
(home-page "https://bioconductor.org/packages/reactome.db/")
(synopsis "Annotation maps for reactome")
(description
"This package provides a set of annotation maps for the REACTOME
database, assembled using data from REACTOME.")
(license license:cc-by4.0)))
(define-public r-bsgenome-celegans-ucsc-ce6
(package
(name "r-bsgenome-celegans-ucsc-ce6")