mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
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
1 changed files with 5 additions and 4 deletions
|
@ -11071,15 +11071,16 @@ (define-public r-valr
|
|||
(define-public r-variantannotation
|
||||
(package
|
||||
(name "r-variantannotation")
|
||||
(version "1.46.0")
|
||||
(version "1.48.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0masx496cd4ypz6r0l8kk8vi81sipqdnx4iyifjvkrds1p87mvsm"))))
|
||||
"1r1cyimr5l5jzgxvmrm3vq8mvz3f1klfdwy9mz31xvnvgjacr58p"))))
|
||||
(properties
|
||||
`((upstream-name . "VariantAnnotation")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
r-biobase
|
||||
|
@ -11092,14 +11093,14 @@ (define-public r-variantannotation
|
|||
r-genomicranges
|
||||
r-iranges
|
||||
r-matrixgenerics
|
||||
r-summarizedexperiment
|
||||
r-rhtslib
|
||||
r-rsamtools
|
||||
r-rtracklayer
|
||||
r-s4vectors
|
||||
r-summarizedexperiment
|
||||
r-xvector
|
||||
r-zlibbioc))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/VariantAnnotation")
|
||||
(synopsis "Package for annotation of genetic variants")
|
||||
(description "This R package can annotate variants, compute amino acid
|
||||
|
|
Loading…
Reference in a new issue