me
/
guix
Archived
1
0
Fork 0

gnu: r-bsgenome-hsapiens-ucsc-hg19: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]:
Use bioconductor-uri.
[arguments]: Enable substitution.
master
Ricardo Wurmus 2019-12-04 09:32:22 +01:00
parent 411be88bf3
commit e7a8cf2e6e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 9 deletions

View File

@ -427,21 +427,14 @@ annotations for the genome of the model mouse Mus musculus.")
(version "1.4.0") (version "1.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is (uri (bioconductor-uri "BSgenome.Hsapiens.UCSC.hg19"
;; located under "data/annotation/" instead of "bioc/". version 'annotation))
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/annotation/src/contrib/"
"BSgenome.Hsapiens.UCSC.hg19_"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1y0nqpk8cw5a34sd9hmin3z4v7iqm6hf6l22cl81vlbxqbjibxc8")))) "1y0nqpk8cw5a34sd9hmin3z4v7iqm6hf6l22cl81vlbxqbjibxc8"))))
(properties (properties
`((upstream-name . "BSgenome.Hsapiens.UCSC.hg19"))) `((upstream-name . "BSgenome.Hsapiens.UCSC.hg19")))
(build-system r-build-system) (build-system r-build-system)
;; As this package provides little more than a very large data file it
;; doesn't make sense to build substitutes.
(arguments `(#:substitutable? #f))
(propagated-inputs (propagated-inputs
`(("r-bsgenome" ,r-bsgenome))) `(("r-bsgenome" ,r-bsgenome)))
(home-page (home-page