me
/
guix
Archived
1
0
Fork 0

gnu: r-txdb-hsapiens-ucsc-hg38-knowngene: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene)[source]:
Use bioconductor-uri.
master
Ricardo Wurmus 2019-12-04 09:33:35 +01:00
parent f2580a1385
commit d78db08862
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 6 deletions

View File

@ -522,12 +522,8 @@ track. The database is exposed as a @code{TxDb} object.")
(version "3.4.6")
(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://bioconductor.org/packages/"
"release/data/annotation/src/contrib"
"/TxDb.Hsapiens.UCSC.hg38.knownGene_"
version ".tar.gz"))
(uri (bioconductor-uri "TxDb.Hsapiens.UCSC.hg38.knownGene"
version 'annotation))
(sha256
(base32
"12j7rri9r129v9w1yiqadg952dx462dh092sxif3r5kk8l7bxkn9"))))