gnu: r-somaticsignatures: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.24.0. [native-inputs]: Add r-knitr.master
parent
a471def062
commit
63c14717e3
|
@ -4718,14 +4718,14 @@ genomic categories and to add self-defined graphics in the plot.")
|
||||||
(define-public r-somaticsignatures
|
(define-public r-somaticsignatures
|
||||||
(package
|
(package
|
||||||
(name "r-somaticsignatures")
|
(name "r-somaticsignatures")
|
||||||
(version "2.22.0")
|
(version "2.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SomaticSignatures" version))
|
(uri (bioconductor-uri "SomaticSignatures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gvrkahllwz38g3hn9pjlikhfqz19a4qglcqmyrxk7h9ybx5zy5z"))))
|
"0d34mss73w1jdnmilk060a1fywlfmqbnlir089q9m3q1p3x0j4c1"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SomaticSignatures")))
|
`((upstream-name . "SomaticSignatures")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -4743,6 +4743,8 @@ genomic categories and to add self-defined graphics in the plot.")
|
||||||
("r-reshape2" ,r-reshape2)
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-variantannotation" ,r-variantannotation)))
|
("r-variantannotation" ,r-variantannotation)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/juliangehring/SomaticSignatures")
|
(home-page "https://github.com/juliangehring/SomaticSignatures")
|
||||||
(synopsis "Somatic signatures")
|
(synopsis "Somatic signatures")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue