mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bsgenome-dmelanogaster-ucsc-dm6: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-bsgenome-dmelanogaster-ucsc-dm6)[source]: Use bioconductor-uri. [arguments]: Permit substitution.
This commit is contained in:
parent
6998ecba74
commit
149f351f38
1 changed files with 2 additions and 9 deletions
|
@ -101,21 +101,14 @@ objects.")
|
||||||
(version "1.4.1")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We cannot use bioconductor-uri here because this tarball is
|
(uri (bioconductor-uri "BSgenome.Dmelanogaster.UCSC.dm6"
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
version 'annotation))
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib/"
|
|
||||||
"BSgenome.Dmelanogaster.UCSC.dm6_"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
|
"1bhj0rdgf7lspw4xby9y9mf7v7jxxz8001bc8vw8kf04rjsx6060"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
|
`((upstream-name . "BSgenome.Dmelanogaster.UCSC.dm6")))
|
||||||
(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