mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-cytoml: Add missing inputs.
* gnu/packages/bioconductor.scm (r-cytoml)[native-inputs]: Add r-devtools, r-flowclust, r-flowstats, and r-flowworkspacedata. [properties]: Tell updater to keep extra inputs and ignore others. Change-Id: I64cfc0b2b424f537b086a7f2f91e1ef15631c461
This commit is contained in:
parent
18c5a3b324
commit
cec92c060e
1 changed files with 10 additions and 2 deletions
|
@ -20640,7 +20640,10 @@ sequential way to mimic the manual gating strategy.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"039rs6l92gjgvgh1nb8hfdg7h6dvak9hb5pjinli8x09iw08c463"))))
|
"039rs6l92gjgvgh1nb8hfdg7h6dvak9hb5pjinli8x09iw08c463"))))
|
||||||
(properties `((upstream-name . "CytoML")))
|
(properties
|
||||||
|
`((upstream-name . "CytoML")
|
||||||
|
(updater-extra-native-inputs . ("r-flowworkspacedata"))
|
||||||
|
(updater-ignored-native-inputs . ("r-old" "r-table"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libxml2))
|
(list libxml2))
|
||||||
|
@ -20665,7 +20668,12 @@ sequential way to mimic the manual gating strategy.")
|
||||||
r-xml
|
r-xml
|
||||||
r-yaml))
|
r-yaml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-devtools
|
||||||
|
r-flowclust
|
||||||
|
r-flowstats
|
||||||
|
r-flowworkspacedata
|
||||||
|
r-knitr
|
||||||
|
r-testthat))
|
||||||
(home-page "https://github.com/RGLab/CytoML")
|
(home-page "https://github.com/RGLab/CytoML")
|
||||||
(synopsis "GatingML interface for cross platform cytometry data sharing")
|
(synopsis "GatingML interface for cross platform cytometry data sharing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue