mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: r-lefser: Add missing inputs.
* gnu/packages/bioconductor.scm (r-lefser)[native-inputs]: Add r-mia and r-withr; remove r-testthat. [properties]: Tell updater to keep r-mia. Change-Id: I791e6626a3d000f12a149cdc87979389aee886f0
This commit is contained in:
parent
e90cc282f1
commit
12968c7675
1 changed files with 4 additions and 2 deletions
|
@ -17082,7 +17082,9 @@ and Infinium HD arrays are also included.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kq64150kjcqfqrnj1vpn83345xpvnxw3kddg5c36hwww3bh2mpj"))))
|
"1kq64150kjcqfqrnj1vpn83345xpvnxw3kddg5c36hwww3bh2mpj"))))
|
||||||
(properties `((upstream-name . "lefser")))
|
(properties
|
||||||
|
`((upstream-name . "lefser")
|
||||||
|
(updater-extra-native-inputs . ("r-mia"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-coin
|
(list r-coin
|
||||||
|
@ -17097,7 +17099,7 @@ and Infinium HD arrays are also included.")
|
||||||
r-testthat
|
r-testthat
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tidyr))
|
r-tidyr))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-knitr r-mia r-withr))
|
||||||
(home-page "https://github.com/waldronlab/lefser")
|
(home-page "https://github.com/waldronlab/lefser")
|
||||||
(synopsis "LEfSE method for microbiome biomarker discovery")
|
(synopsis "LEfSE method for microbiome biomarker discovery")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue