mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bsgenome-mmusculus-ucsc-mm10: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-bsgenome-mmusculus-ucsc-mm10)[source]: Use bioconductor-uri. [arguments]: Enable substitution.
This commit is contained in:
parent
51dc4a2d70
commit
f83404bc5b
1 changed files with 2 additions and 9 deletions
|
@ -292,21 +292,14 @@ default." )
|
||||||
(version "1.4.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "BSgenome.Mmusculus.UCSC.mm10"
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
version 'annotation))
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib/"
|
|
||||||
"BSgenome.Mmusculus.UCSC.mm10_"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
|
"12s0nm2na9brjad4rn9l7d3db2aj8qa1xvz0y1k7gk08wayb6bkf"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
|
`((upstream-name . "BSgenome.Mmusculus.UCSC.mm10")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; As this package provides little more than a very large data file it
|
|
||||||
;; doesn't make sense to build substitutes.
|
|
||||||
(arguments `(#:substitutable? #f))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bsgenome" ,r-bsgenome)))
|
`(("r-bsgenome" ,r-bsgenome)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue