gnu: r-diffbind: Add test inputs.

* gnu/packages/bioconductor.scm (r-diffbind)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-csaw and r-edger.

Change-Id: I4bd705dcf39eafdad0d169ea8d8d15f872ff682c
This commit is contained in:
Ricardo Wurmus 2025-02-28 15:20:35 +01:00
parent 7ad183fb85
commit 612d035a42
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15153,7 +15153,7 @@ signal in the input, that lead to spurious peaks during peak calling.")
"1whb4k54wm21k74r6qyng130nnaii9czh9dhvl1x7hnqa8gq0dx7"))))
(properties
`((upstream-name . "DiffBind")
(updater-extra-native-inputs . ("r-biocstyle"))))
(updater-extra-native-inputs . ("r-biocstyle" "r-csaw" "r-edger"))))
(build-system r-build-system)
;; Vignettes fail with: "Only one peakset meets specified criteria."
(arguments (list #:test-types '(list "tests")))
@ -15181,7 +15181,7 @@ signal in the input, that lead to spurious peaks during peak calling.")
r-s4vectors
r-summarizedexperiment
r-systempiper))
(native-inputs (list r-biocstyle r-testthat r-xtable))
(native-inputs (list r-biocstyle r-csaw r-edger r-testthat r-xtable))
(home-page "https://bioconductor.org/packages/DiffBind")
(synopsis "Differential binding analysis of ChIP-Seq peak data")
(description