mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-deepsnv: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-deepsnv): Update to 1.54.0. [native-inputs]: Add r-rcolorbrewer and r-txdb-hsapiens-ucsc-hg19-knowngene. Change-Id: Ibbde7af2155e5cde4da7c324a7b27913df1a01e6
This commit is contained in:
parent
35a50ac501
commit
1d39fbf69f
1 changed files with 3 additions and 3 deletions
|
@ -6887,13 +6887,13 @@ targeted by a kinase.")
|
|||
(define-public r-deepsnv
|
||||
(package
|
||||
(name "r-deepsnv")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "deepSNV" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1prxiffyj2b7b7q5h2cc0w7ibzclm2wldqn0kcd66hqrmmcs7ypa"))))
|
||||
"04m9k8gq7iv45srg8sa778dpc15qiq98rr9j3n1y5z11ghj15ijw"))))
|
||||
(properties `((upstream-name . "deepSNV")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -6905,7 +6905,7 @@ targeted by a kinase.")
|
|||
r-variantannotation
|
||||
r-vgam))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-knitr r-rcolorbrewer r-txdb-hsapiens-ucsc-hg19-knowngene))
|
||||
(home-page "https://github.com/gerstung-lab/deepSNV/")
|
||||
(synopsis "Detection of subclonal SNVs in deep sequencing data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue