mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ by exposing these as TxDb objects.")
|
||||||
(version "2.2.0")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "FDb.InfiniumMethylation.hg19"
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
version 'annotation))
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib/"
|
|
||||||
"FDb.InfiniumMethylation.hg19_"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))
|
"0gq90fvph6kgrpjb89nvzq6hl1k24swn19rgjh5g98l86mja6nk0"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue