gnu: r-variantannotation: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-variantannotation): Update to 1.48.0. [native-inputs]: Add r-knitr. Change-Id: If1ef81366022c829b2510435412bd16586401ae3
This commit is contained in:
parent
52922eac72
commit
01365740ea
@ -11071,15 +11071,16 @@ R, enabling interactive analysis and visualization of genome-scale data.")
|
|||||||
(define-public r-variantannotation
|
(define-public r-variantannotation
|
||||||
(package
|
(package
|
||||||
(name "r-variantannotation")
|
(name "r-variantannotation")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0masx496cd4ypz6r0l8kk8vi81sipqdnx4iyifjvkrds1p87mvsm"))))
|
"1r1cyimr5l5jzgxvmrm3vq8mvz3f1klfdwy9mz31xvnvgjacr58p"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "VariantAnnotation")))
|
`((upstream-name . "VariantAnnotation")))
|
||||||
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
r-biobase
|
r-biobase
|
||||||
@ -11092,14 +11093,14 @@ R, enabling interactive analysis and visualization of genome-scale data.")
|
|||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-iranges
|
r-iranges
|
||||||
r-matrixgenerics
|
r-matrixgenerics
|
||||||
r-summarizedexperiment
|
|
||||||
r-rhtslib
|
r-rhtslib
|
||||||
r-rsamtools
|
r-rsamtools
|
||||||
r-rtracklayer
|
r-rtracklayer
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
|
r-summarizedexperiment
|
||||||
r-xvector
|
r-xvector
|
||||||
r-zlibbioc))
|
r-zlibbioc))
|
||||||
(build-system r-build-system)
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/VariantAnnotation")
|
(home-page "https://bioconductor.org/packages/VariantAnnotation")
|
||||||
(synopsis "Package for annotation of genetic variants")
|
(synopsis "Package for annotation of genetic variants")
|
||||||
(description "This R package can annotate variants, compute amino acid
|
(description "This R package can annotate variants, compute amino acid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user