mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ancombc: Add test input.
* gnu/packages/bioconductor.scm (r-ancombc)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-microbiome. Change-Id: I11bf5ffdfc4f9c9c92098d41abf4f31354fd0025
This commit is contained in:
parent
9e9e3d659b
commit
a8a8996524
1 changed files with 4 additions and 2 deletions
|
@ -4616,7 +4616,9 @@ analysis, modelling, and visualization of spike-in controls.")
|
|||
(sha256
|
||||
(base32
|
||||
"13sd32f55zyzbxs5sbb96smgzkh4y45lh8291w35bgxc41vqxdjx"))))
|
||||
(properties `((upstream-name . "ANCOMBC")))
|
||||
(properties
|
||||
'((upstream-name . "ANCOMBC")
|
||||
(updater-extra-native-inputs . ("r-microbiome"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cvxr
|
||||
|
@ -4634,7 +4636,7 @@ analysis, modelling, and visualization of spike-in controls.")
|
|||
r-multcomp
|
||||
r-nloptr
|
||||
r-rdpack))
|
||||
(native-inputs (list r-knitr r-phyloseq r-testthat))
|
||||
(native-inputs (list r-knitr r-microbiome r-phyloseq r-testthat))
|
||||
(home-page "https://github.com/FrederickHuangLin/ANCOMBC")
|
||||
(synopsis "Analysis of compositions of microbiomes with bias correction")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue