mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add r-bsgenome-hsapiens-ucsc-hg38.
* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ucsc-hg38): New variable.
This commit is contained in:
parent
cb1ab0352b
commit
8ce240fdbf
1 changed files with 24 additions and 0 deletions
|
@ -493,6 +493,30 @@ (define-public r-bsgenome-hsapiens-ucsc-hg19
|
|||
by UCSC (hg19, February 2009) and stored in Biostrings objects.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-bsgenome-hsapiens-ucsc-hg38
|
||||
(package
|
||||
(name "r-bsgenome-hsapiens-ucsc-hg38")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg38"
|
||||
version 'annotation))
|
||||
(sha256
|
||||
(base32
|
||||
"1ql08pvi4vv0ynvg4qs9kysw1c7s3crkgin6zxvgzqk6fray9mvi"))))
|
||||
(properties
|
||||
`((upstream-name . "BSgenome.Hsapiens.UCSC.hg38")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bsgenome" ,r-bsgenome)))
|
||||
(home-page
|
||||
"https://www.bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg38/")
|
||||
(synopsis "Full genome sequences for Homo sapiens")
|
||||
(description
|
||||
"This package provides full genome sequences for Homo sapiens (Human)
|
||||
as provided by UCSC (hg38, Dec. 2013) and stored in Biostrings objects.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-ensdb-hsapiens-v75
|
||||
(package
|
||||
(name "r-ensdb-hsapiens-v75")
|
||||
|
|
Loading…
Reference in a new issue