gnu: r-diffbind: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 2.12.0. [propagated-inputs]: Add r-rhtslib; remove r-zlibbioc.
This commit is contained in:
parent
e02162f7ba
commit
4c221b3bbf
|
@ -989,14 +989,14 @@ problems in genomics, brain imaging, astrophysics, and data mining.")
|
||||||
(define-public r-diffbind
|
(define-public r-diffbind
|
||||||
(package
|
(package
|
||||||
(name "r-diffbind")
|
(name "r-diffbind")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DiffBind" version))
|
(uri (bioconductor-uri "DiffBind" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j8pal40lr1gv8sss96hhkj7l1qn9sy4q4l2kqd4rfwl7qrcnfw5"))))
|
"1ialb1j2xa21a8dzss76qky83rg8y6jwdwi0mhy8b088zvxavich"))))
|
||||||
(properties `((upstream-name . "DiffBind")))
|
(properties `((upstream-name . "DiffBind")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1018,11 +1018,11 @@ problems in genomics, brain imaging, astrophysics, and data mining.")
|
||||||
("r-locfit" ,r-locfit)
|
("r-locfit" ,r-locfit)
|
||||||
("r-rcolorbrewer" , r-rcolorbrewer)
|
("r-rcolorbrewer" , r-rcolorbrewer)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
|
("r-rhtslib" ,r-rhtslib)
|
||||||
("r-rsamtools" ,r-rsamtools)
|
("r-rsamtools" ,r-rsamtools)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
("r-systempiper" ,r-systempiper)
|
("r-systempiper" ,r-systempiper)))
|
||||||
("r-zlibbioc" ,r-zlibbioc)))
|
|
||||||
(home-page "http://bioconductor.org/packages/DiffBind")
|
(home-page "http://bioconductor.org/packages/DiffBind")
|
||||||
(synopsis "Differential binding analysis of ChIP-Seq peak data")
|
(synopsis "Differential binding analysis of ChIP-Seq peak data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue