gnu: r-diffbind: Update to 3.0.7.

* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.7.
[propagated-inputs]: Add r-apeglm, r-ashr, and r-greylistchip; remove r-edger.
This commit is contained in:
Roel Janssen 2020-11-18 16:48:25 +01:00 committed by Ricardo Wurmus
parent 6e396c4bff
commit 341ebaaa01
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1687,29 +1687,31 @@ (define-public r-greylistchip
(define-public r-diffbind
(package
(name "r-diffbind")
(version "2.16.2")
(version "3.0.7")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DiffBind" version))
(sha256
(base32
"11y9kigdikqcd0cnksh306nsaadak0kgivk7773mv3yszrxxwzj1"))))
"0irhqsi6rrkrkc7dhwmfpqfd0mnigs17027czcx8vgbrbra4lcvd"))))
(properties `((upstream-name . "DiffBind")))
(build-system r-build-system)
(inputs
`(("zlib" ,zlib)))
(propagated-inputs
`(("r-amap" ,r-amap)
("r-apeglm" ,r-apeglm)
("r-ashr" ,r-ashr)
("r-biocparallel" ,r-biocparallel)
("r-deseq2" ,r-deseq2)
("r-dplyr" ,r-dplyr)
("r-edger" ,r-edger)
("r-genomicalignments" ,r-genomicalignments)
("r-genomicranges" ,r-genomicranges)
("r-ggplot2" ,r-ggplot2)
("r-ggrepel" ,r-ggrepel)
("r-gplots" ,r-gplots)
("r-greylistchip" ,r-greylistchip)
("r-iranges" ,r-iranges)
("r-lattice" ,r-lattice)
("r-limma" ,r-limma)