mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-fdb-infiniummethylation-hg19: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-fdb-infiniummethylation-hg19)[source]: Use bioconductor-uri.
This commit is contained in:
parent
c271d99025
commit
6aca4054e0
1 changed files with 2 additions and 6 deletions
|
@ -626,12 +626,8 @@ (define-public r-fdb-infiniummethylation-hg19
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue