mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scrnaseq: Update to 2.22.0.
* gnu/packages/bioconductor.scm (r-scrnaseq): Update to 2.22.0. [native-inputs]: Add r-biocmanager. Change-Id: I9b36b58beb11a15c68bff13e3b87dee2fd8524fe
This commit is contained in:
parent
72c63864da
commit
43a5e062a1
1 changed files with 3 additions and 3 deletions
|
@ -13380,14 +13380,14 @@ powerTCR R packages.")
|
||||||
(define-public r-scrnaseq
|
(define-public r-scrnaseq
|
||||||
(package
|
(package
|
||||||
(name "r-scrnaseq")
|
(name "r-scrnaseq")
|
||||||
(version "2.20.0")
|
(version "2.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scRNAseq" version
|
(uri (bioconductor-uri "scRNAseq" version
|
||||||
'experiment))
|
'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vjww44d3w2rvvj1b2fdbcv0pwpsspqdhzbykwvsqmw559k9viz1"))))
|
(base32 "0x487kv698lxcp2rq7n9j1bik0n0w9m1n1bllm209cx8xh96dm8v"))))
|
||||||
(properties `((upstream-name . "scRNAseq")))
|
(properties `((upstream-name . "scRNAseq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Some tests require Internet access.
|
;; Some tests require Internet access.
|
||||||
|
@ -13412,7 +13412,7 @@ powerTCR R packages.")
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-sparsearray
|
r-sparsearray
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-biocmanager r-knitr r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/scRNAseq")
|
(home-page "https://bioconductor.org/packages/scRNAseq")
|
||||||
(synopsis "Collection of public single-cell RNA-seq datasets")
|
(synopsis "Collection of public single-cell RNA-seq datasets")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue