1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02: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:
Ricardo Wurmus 2025-04-29 18:55:57 +02:00
parent 72c63864da
commit 43a5e062a1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13380,14 +13380,14 @@ powerTCR R packages.")
(define-public r-scrnaseq
(package
(name "r-scrnaseq")
(version "2.20.0")
(version "2.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scRNAseq" version
'experiment))
(sha256
(base32 "1vjww44d3w2rvvj1b2fdbcv0pwpsspqdhzbykwvsqmw559k9viz1"))))
(base32 "0x487kv698lxcp2rq7n9j1bik0n0w9m1n1bllm209cx8xh96dm8v"))))
(properties `((upstream-name . "scRNAseq")))
(build-system r-build-system)
;; Some tests require Internet access.
@ -13412,7 +13412,7 @@ powerTCR R packages.")
r-singlecellexperiment
r-sparsearray
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")
(synopsis "Collection of public single-cell RNA-seq datasets")
(description