gnu: r-awst: Add test input.

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

Change-Id: Id785bac10cc783de9d863f8e1cc97644ea7dc5fc
This commit is contained in:
Ricardo Wurmus 2025-02-17 13:52:23 +01:00
parent f2d2dadf7e
commit cb0352c27b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5625,10 +5625,12 @@ meta-pattern.")
(sha256
(base32
"1l23vnp5xwl61ag4djvsg06dp543il8rv3an6hs1qi1wd1lk3llh"))))
(properties `((upstream-name . "awst")))
(properties
'((upstream-name . "awst")
(updater-extra-native-inputs . ("r-edaseq"))))
(build-system r-build-system)
(propagated-inputs (list r-summarizedexperiment))
(native-inputs (list r-knitr r-testthat))
(native-inputs (list r-edaseq r-knitr r-testthat))
(home-page "https://github.com/drisso/awst")
(synopsis "Asymmetric within-sample transformation")
(description