mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-txdb-hsapiens-ucsc-hg38-knowngene: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene)[source]: Use bioconductor-uri.
This commit is contained in:
parent
f2580a1385
commit
d78db08862
1 changed files with 2 additions and 6 deletions
|
@ -522,12 +522,8 @@ track. The database is exposed as a @code{TxDb} object.")
|
||||||
(version "3.4.6")
|
(version "3.4.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg38.knownGene"
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
version 'annotation))
|
||||||
(uri (string-append "https://bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib"
|
|
||||||
"/TxDb.Hsapiens.UCSC.hg38.knownGene_"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12j7rri9r129v9w1yiqadg952dx462dh092sxif3r5kk8l7bxkn9"))))
|
"12j7rri9r129v9w1yiqadg952dx462dh092sxif3r5kk8l7bxkn9"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue