gnu: r-bsseq: Add test input.

* gnu/packages/bioconductor.scm (r-bsseq)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-batchtools.

Change-Id: Iaea22f0ea5edb6f8cda9cac106d6805f61dbc735
This commit is contained in:
Ricardo Wurmus 2025-02-17 14:31:30 +01:00
parent a56318df98
commit 8c8bb7aa20
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27083,7 +27083,9 @@ ensemble machine learning for the estimation of nuisance functions.")
(sha256
(base32
"0gxjx1x2rw07615f7p9fixf4j3ph9x9b36mcb4vwg4h0avq5wfdx"))))
(properties `((upstream-name . "bsseq")))
(properties
'((upstream-name . "bsseq")
(updater-extra-native-inputs . ("r-batchtools"))))
(build-system r-build-system)
(propagated-inputs
(list r-beachmat
@ -27110,7 +27112,7 @@ ensemble machine learning for the estimation of nuisance functions.")
r-scales
r-summarizedexperiment))
(native-inputs
(list r-knitr r-testthat))
(list r-batchtools r-knitr r-testthat))
(home-page "https://github.com/hansenlab/bsseq")
(synopsis "Analyze, manage and store bisulfite sequencing data")
(description