gnu: r-bsgenome-hsapiens-1000genomes-hs37d5: Use bioconductor-uri.
* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-1000genomes-hs37d5)[source]: Use bioconductor-uri. [arguments]: Enable substitution.
This commit is contained in:
parent
bf05ece1a2
commit
88e7c7db59
1 changed files with 2 additions and 9 deletions
|
|
@ -182,21 +182,14 @@ Finder (TRF mask). Only the AGAPS and AMB masks are \"active\" by default.")
|
||||||
(version "0.99.1")
|
(version "0.99.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.Hsapiens.1000genomes.hs37d5"
|
||||||
;; located under "data/annotation/" instead of "bioc/".
|
version 'annotation))
|
||||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
|
||||||
"release/data/annotation/src/contrib/"
|
|
||||||
"BSgenome.Hsapiens.1000genomes.hs37d5_"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
|
"1cg0g5fqmsvwyw2p9hp2yy4ilk21jkbbrnpgqvb5c36ihjwvc7sr"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
|
`((upstream-name . "BSgenome.Hsapiens.1000genomes.hs37d5")))
|
||||||
(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
|
||||||
|
|
|
||||||
Reference in a new issue