mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f2d2dadf7e
commit
cb0352c27b
1 changed files with 4 additions and 2 deletions
|
@ -5625,10 +5625,12 @@ meta-pattern.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l23vnp5xwl61ag4djvsg06dp543il8rv3an6hs1qi1wd1lk3llh"))))
|
"1l23vnp5xwl61ag4djvsg06dp543il8rv3an6hs1qi1wd1lk3llh"))))
|
||||||
(properties `((upstream-name . "awst")))
|
(properties
|
||||||
|
'((upstream-name . "awst")
|
||||||
|
(updater-extra-native-inputs . ("r-edaseq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-summarizedexperiment))
|
(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")
|
(home-page "https://github.com/drisso/awst")
|
||||||
(synopsis "Asymmetric within-sample transformation")
|
(synopsis "Asymmetric within-sample transformation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue