gnu: r-edaseq: Update to 2.22.0.
* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.22.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
c9059a3b0e
commit
15990617eb
1 changed files with 4 additions and 2 deletions
|
@ -9978,14 +9978,14 @@ distribution.")
|
||||||
(define-public r-edaseq
|
(define-public r-edaseq
|
||||||
(package
|
(package
|
||||||
(name "r-edaseq")
|
(name "r-edaseq")
|
||||||
(version "2.20.0")
|
(version "2.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "EDASeq" version))
|
(uri (bioconductor-uri "EDASeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19mgzbv8yxgvw86wpq401l27q55ygawlngl775yavwccz1zbhjnj"))))
|
"12gzxjh73qshlwvsf92lbrf4bi199kxg2snrkprh1z4yqf7bjfm4"))))
|
||||||
(properties `((upstream-name . "EDASeq")))
|
(properties `((upstream-name . "EDASeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10002,6 +10002,8 @@ distribution.")
|
||||||
("r-iranges" ,r-iranges)
|
("r-iranges" ,r-iranges)
|
||||||
("r-rsamtools" ,r-rsamtools)
|
("r-rsamtools" ,r-rsamtools)
|
||||||
("r-shortread" ,r-shortread)))
|
("r-shortread" ,r-shortread)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/drisso/EDASeq")
|
(home-page "https://github.com/drisso/EDASeq")
|
||||||
(synopsis "Exploratory data analysis and normalization for RNA-Seq")
|
(synopsis "Exploratory data analysis and normalization for RNA-Seq")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue