mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-structuralvariantannotation: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.8.0. [propagated-inputs]: Add r-rlang. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
8e0dac09c4
commit
8c0f2d9e0a
1 changed files with 7 additions and 4 deletions
|
@ -4220,24 +4220,27 @@ (define-public r-slingshot
|
|||
(define-public r-structuralvariantannotation
|
||||
(package
|
||||
(name "r-structuralvariantannotation")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "StructuralVariantAnnotation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ff40703iyf5wk77hbqhphfxnzc2wcshnjhvh66c5l0jvj9z8xvc"))))
|
||||
"10h63h1v87nvm3bfyr6dsjlbmzxf1vks30d0xz6q4hssqq9xlzgv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biocgenerics" ,r-biocgenerics)
|
||||
`(("r-assertthat" ,r-assertthat)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biostrings" ,r-biostrings)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-rtracklayer" ,r-rtracklayer)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-assertthat" ,r-assertthat)
|
||||
("r-variantannotation" ,r-variantannotation)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/StructuralVariantAnnotation/")
|
||||
(synopsis "R package designed to simplify structural variant analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue