mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add GO.db.
* gnu/packages/bioinformatics.scm (r-go-db): New variable.
This commit is contained in:
parent
2fd7c04984
commit
fb25d8803f
1 changed files with 20 additions and 0 deletions
|
@ -3787,6 +3787,26 @@ (define-public r-genomicfeatures
|
||||||
extracting the desired features in a convenient format.")
|
extracting the desired features in a convenient format.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-go-db
|
||||||
|
(package
|
||||||
|
(name "r-go-db")
|
||||||
|
(version "3.2.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "GO.db" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"00gariag9ampz82dh0xllrc26r85d7vdcwc0vca5zdy147rwxr7f"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "GO.db")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "http://bioconductor.org/packages/GO.db")
|
||||||
|
(synopsis "Annotation maps describing the entire Gene Ontology")
|
||||||
|
(description
|
||||||
|
"The purpose of this GO.db annotation package is to provide detailed
|
||||||
|
information about the latest version of the Gene Ontologies.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-qtl
|
(define-public r-qtl
|
||||||
(package
|
(package
|
||||||
(name "r-qtl")
|
(name "r-qtl")
|
||||||
|
|
Loading…
Reference in a new issue