mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bsseq: Add test input.
* gnu/packages/bioconductor.scm (r-bsseq)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-batchtools. Change-Id: Iaea22f0ea5edb6f8cda9cac106d6805f61dbc735
This commit is contained in:
parent
a56318df98
commit
8c8bb7aa20
1 changed files with 4 additions and 2 deletions
|
@ -27083,7 +27083,9 @@ ensemble machine learning for the estimation of nuisance functions.")
|
|||
(sha256
|
||||
(base32
|
||||
"0gxjx1x2rw07615f7p9fixf4j3ph9x9b36mcb4vwg4h0avq5wfdx"))))
|
||||
(properties `((upstream-name . "bsseq")))
|
||||
(properties
|
||||
'((upstream-name . "bsseq")
|
||||
(updater-extra-native-inputs . ("r-batchtools"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-beachmat
|
||||
|
@ -27110,7 +27112,7 @@ ensemble machine learning for the estimation of nuisance functions.")
|
|||
r-scales
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-batchtools r-knitr r-testthat))
|
||||
(home-page "https://github.com/hansenlab/bsseq")
|
||||
(synopsis "Analyze, manage and store bisulfite sequencing data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue