mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-opencyto: Add missing inputs.
* gnu/packages/bioconductor.scm (r-opencyto)[native-inputs]: Add r-flowworkspacedata. [properties]: Tell updater to add r-flowworkspacedata. Change-Id: Ife446af466fb4be221f9fdaba53c84bbe80dec86
This commit is contained in:
parent
d19945f198
commit
b935741c09
1 changed files with 4 additions and 2 deletions
|
@ -20496,7 +20496,9 @@ package.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07n5vv5jl34lc0l7ix952vararf6zwz3f64w1p32xnnkzvszpmiw"))))
|
"07n5vv5jl34lc0l7ix952vararf6zwz3f64w1p32xnnkzvszpmiw"))))
|
||||||
(properties `((upstream-name . "openCyto")))
|
(properties
|
||||||
|
`((upstream-name . "openCyto")
|
||||||
|
(updater-extra-native-inputs . ("r-flowworkspacedata"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh
|
(list r-bh
|
||||||
|
@ -20513,7 +20515,7 @@ package.")
|
||||||
r-rbgl
|
r-rbgl
|
||||||
r-rcolorbrewer))
|
r-rcolorbrewer))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-flowworkspacedata r-knitr r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/openCyto")
|
(home-page "https://bioconductor.org/packages/openCyto")
|
||||||
(synopsis "Hierarchical gating pipeline for flow cytometry data")
|
(synopsis "Hierarchical gating pipeline for flow cytometry data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue