mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-qfeatures: Add test inputs.
* gnu/packages/bioconductor.scm (r-qfeatures)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-impute, r-preprocesscore, r-singlecellexperiment, and r-vsn. Change-Id: If167d6a5a092b0c7e5c90db758585e8118c2d8bd
This commit is contained in:
parent
1f2fecadd3
commit
34802a98ae
1 changed files with 11 additions and 2 deletions
|
@ -14651,7 +14651,10 @@ Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
|
|||
(sha256
|
||||
(base32
|
||||
"0c3zv42vb792pn74k1s3hxfhi6vp78nzfvmq5fwa4950bvhfp9s0"))))
|
||||
(properties `((upstream-name . "QFeatures")))
|
||||
(properties
|
||||
'((upstream-name . "QFeatures")
|
||||
(updater-extra-native-inputs
|
||||
. ("r-impute" "r-preprocesscore" "r-singlecellexperiment" "r-vsn"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationfilter
|
||||
r-biobase
|
||||
|
@ -14668,7 +14671,13 @@ Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
|
|||
r-summarizedexperiment
|
||||
r-tidyr
|
||||
r-tidyselect))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs
|
||||
(list r-impute
|
||||
r-knitr
|
||||
r-preprocesscore
|
||||
r-singlecellexperiment
|
||||
r-testthat
|
||||
r-vsn))
|
||||
(home-page "https://github.com/RforMassSpectrometry/QFeatures")
|
||||
(synopsis "Quantitative features for mass spectrometry data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue