gnu: r-maftools: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-maftools): Update to 2.12.0. [propagated-inputs]: Add r-dnacopy.master
parent
7c9793b3e8
commit
e213375069
|
@ -13982,17 +13982,22 @@ provides a wrapper of de novo motif discovery software.")
|
||||||
(define-public r-maftools
|
(define-public r-maftools
|
||||||
(package
|
(package
|
||||||
(name "r-maftools")
|
(name "r-maftools")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "maftools" version))
|
(uri (bioconductor-uri "maftools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s8w3xwwigz803l81bs9cb2dbvvw5r9z8jjcav1rmh9wm8909nfd"))))
|
(base32 "1gqfi95v4fs64n4walij0g2kds3fbbwp6lih5yakmgf6kj8fpkk6"))))
|
||||||
(properties `((upstream-name . "maftools")))
|
(properties `((upstream-name . "maftools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-data-table r-rcolorbrewer r-rhtslib r-survival r-zlibbioc))
|
(list r-data-table
|
||||||
|
r-dnacopy
|
||||||
|
r-rcolorbrewer
|
||||||
|
r-rhtslib
|
||||||
|
r-survival
|
||||||
|
r-zlibbioc))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/PoisonAlien/maftools")
|
(home-page "https://github.com/PoisonAlien/maftools")
|
||||||
(synopsis "Summarize, analyze and visualize MAF files")
|
(synopsis "Summarize, analyze and visualize MAF files")
|
||||||
|
|
Reference in New Issue