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