mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: r-cicero: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.26.0. [native-inputs]: Add r-vdiffr. Change-Id: Iabb0374833d27bb79712e72c2465ca114d495b32
This commit is contained in:
parent
4bf5559814
commit
db7ecf4c2e
1 changed files with 3 additions and 3 deletions
|
@ -22310,14 +22310,14 @@ expression space.")
|
||||||
(define-public r-cicero
|
(define-public r-cicero
|
||||||
(package
|
(package
|
||||||
(name "r-cicero")
|
(name "r-cicero")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cicero" version))
|
(uri (bioconductor-uri "cicero" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12j1j553pg5rd1ndg3xfjk9jgv2i72cck9pg74kylfhj5z2a1mfp"))))
|
"1vmmgvwscrag8dv5n4k70pdichfii11j2jiav3nv9l5pqby469na"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-assertthat
|
(list r-assertthat
|
||||||
|
@ -22343,7 +22343,7 @@ expression space.")
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-vgam))
|
r-vgam))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-knitr r-testthat r-vdiffr))
|
||||||
(home-page "https://bioconductor.org/packages/cicero/")
|
(home-page "https://bioconductor.org/packages/cicero/")
|
||||||
(synopsis "Predict cis-co-accessibility from single-cell data")
|
(synopsis "Predict cis-co-accessibility from single-cell data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue