mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-org-dr-eg-db.
* gnu/packages/bioconductor.scm (r-org-dr-eg-db): New variable.
This commit is contained in:
parent
43d6776ba4
commit
3dad6087be
1 changed files with 26 additions and 0 deletions
|
@ -170,6 +170,32 @@ (define-public r-bsgenome-mmusculus-ucsc-mm9-masked
|
|||
default." )
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-org-dr-eg-db
|
||||
(package
|
||||
(name "r-org-dr-eg-db")
|
||||
(version "3.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
;; located under "data/annotation/" instead of "bioc/".
|
||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
||||
"release/data/annotation/src/contrib/"
|
||||
"org.Dr.eg.db_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xs5wsbcpy0iwbjyiv7fax57djqc529ai5fk1qfsdcvlja3cpglx"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Dr.eg.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||
(home-page "https://www.bioconductor.org/packages/org.Dr.eg.db/")
|
||||
(synopsis "Annotation for Zebrafish")
|
||||
(description
|
||||
"This package provides genome wide annotations for Zebrafish, primarily
|
||||
based on mapping using Entrez Gene identifiers.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-genelendatabase
|
||||
(package
|
||||
(name "r-genelendatabase")
|
||||
|
|
Loading…
Reference in a new issue