gnu: r-bsseq: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-bsseq): Update to 1.44.0.
[propagated-inputs]: Add r-assorthead.
[native-inputs]: Add r-doparallel and r-matrix.

Change-Id: I94a78e4883893ac72d538be11fd480d8d33d20ed
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:13 +02:00
parent f1e1492ae8
commit f26f01e9fd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28093,20 +28093,21 @@ ensemble machine learning for the estimation of nuisance functions.")
(define-public r-bsseq
(package
(name "r-bsseq")
(version "1.42.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bsseq" version))
(sha256
(base32
"0gxjx1x2rw07615f7p9fixf4j3ph9x9b36mcb4vwg4h0avq5wfdx"))))
"1sscy6q119g84malz2yq1fgf8q6izrq4ljh13ycyh4zhgmbqk4rl"))))
(properties
'((upstream-name . "bsseq")
(updater-extra-native-inputs . ("r-batchtools"))))
(build-system r-build-system)
(propagated-inputs
(list r-beachmat
(list r-assorthead
r-beachmat
r-biobase
r-biocgenerics
r-biocparallel
@ -28130,7 +28131,7 @@ ensemble machine learning for the estimation of nuisance functions.")
r-scales
r-summarizedexperiment))
(native-inputs
(list r-batchtools r-knitr r-testthat))
(list r-batchtools r-doparallel r-knitr r-matrix r-testthat))
(home-page "https://github.com/hansenlab/bsseq")
(synopsis "Analyze, manage and store bisulfite sequencing data")
(description