mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-01 03:44:08 +02:00
gnu: r-diffbind: Update to 3.22.1.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.22.1. [native-inputs]: Add r-deseq. Change-Id: I975eb5aac4a06145629f46ba839cdf68d72ba8a7
This commit is contained in:
@@ -16007,14 +16007,14 @@ signal in the input, that lead to spurious peaks during peak calling.")
|
||||
(define-public r-diffbind
|
||||
(package
|
||||
(name "r-diffbind")
|
||||
(version "3.20.0")
|
||||
(version "3.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DiffBind" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y2i85mcs4wgkl10ykmfhvikapb3kql7v4jwli99jlvi897xwjsq"))))
|
||||
"0dzpn84nc4rn84axzx06r78gwpgva20ji05h33cr09da52xbwlly"))))
|
||||
(properties
|
||||
`((upstream-name . "DiffBind")
|
||||
(updater-extra-native-inputs
|
||||
@@ -16047,7 +16047,13 @@ signal in the input, that lead to spurious peaks during peak calling.")
|
||||
r-summarizedexperiment
|
||||
r-systempiper))
|
||||
(native-inputs
|
||||
(list r-biocstyle r-csaw r-edger r-genomeinfodb r-testthat r-xtable))
|
||||
(list r-biocstyle
|
||||
r-csaw
|
||||
r-deseq
|
||||
r-edger
|
||||
r-genomeinfodb
|
||||
r-testthat
|
||||
r-xtable))
|
||||
(home-page "https://bioconductor.org/packages/DiffBind")
|
||||
(synopsis "Differential binding analysis of ChIP-Seq peak data")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user