mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bsseq: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-bsseq): Update to 1.44.0. [propagated-inputs]: Add r-assorthead. [native-inputs]: Add r-doparallel and r-matrix. Change-Id: I94a78e4883893ac72d538be11fd480d8d33d20ed
This commit is contained in:
parent
f1e1492ae8
commit
f26f01e9fd
1 changed files with 5 additions and 4 deletions
|
@ -28093,20 +28093,21 @@ ensemble machine learning for the estimation of nuisance functions.")
|
|||
(define-public r-bsseq
|
||||
(package
|
||||
(name "r-bsseq")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "bsseq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gxjx1x2rw07615f7p9fixf4j3ph9x9b36mcb4vwg4h0avq5wfdx"))))
|
||||
"1sscy6q119g84malz2yq1fgf8q6izrq4ljh13ycyh4zhgmbqk4rl"))))
|
||||
(properties
|
||||
'((upstream-name . "bsseq")
|
||||
(updater-extra-native-inputs . ("r-batchtools"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-beachmat
|
||||
(list r-assorthead
|
||||
r-beachmat
|
||||
r-biobase
|
||||
r-biocgenerics
|
||||
r-biocparallel
|
||||
|
@ -28130,7 +28131,7 @@ ensemble machine learning for the estimation of nuisance functions.")
|
|||
r-scales
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-batchtools r-knitr r-testthat))
|
||||
(list r-batchtools r-doparallel r-knitr r-matrix 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