mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bionero: Add test input.
* gnu/packages/bioconductor.scm (r-bionero)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-networkd3. Change-Id: I45e5adacd16c70b194f878a7831550860ec4a16b
This commit is contained in:
parent
cb2f52c7ea
commit
ee67d29e01
1 changed files with 4 additions and 2 deletions
|
@ -27306,7 +27306,9 @@ using aCGH or sequencing.")
|
|||
(sha256
|
||||
(base32
|
||||
"08mhr9ichh2kynnwchmcqf4l0sn38v5sww6995jwqfyxy5vqvx4x"))))
|
||||
(properties `((upstream-name . "BioNERO")))
|
||||
(properties
|
||||
'((upstream-name . "BioNERO")
|
||||
(updater-extra-native-inputs . ("r-networkd3"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel
|
||||
|
@ -27330,7 +27332,7 @@ using aCGH or sequencing.")
|
|||
r-sva
|
||||
r-wgcna))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr r-networkd3 r-testthat))
|
||||
(home-page "https://github.com/almeidasilvaf/BioNERO")
|
||||
(synopsis "Biological network reconstruction omnibus")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue