me
/
guix
Archived
1
0
Fork 0

gnu: r-fdb-infiniummethylation-hg19: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-fdb-infiniummethylation-hg19)[source]: Use
bioconductor-uri.
master
Ricardo Wurmus 2019-12-04 09:34:47 +01:00
parent c271d99025
commit 6aca4054e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 6 deletions

View File

@ -626,12 +626,8 @@ by exposing these as TxDb objects.")
(version "2.2.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/"
"FDb.InfiniumMethylation.hg19_"
version ".tar.gz"))
(uri (bioconductor-uri "FDb.InfiniumMethylation.hg19"
version 'annotation))
(sha256
(base32
"0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))