me
/
guix
Archived
1
0
Fork 0

gnu: r-structuralvariantannotation: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.20.0.
[propagated-inputs]: Add r-pwalign.

Change-Id: If835644b8f25b491953270d4de43bc52295c6a1d
master
Ricardo Wurmus 2024-05-07 13:06:36 +02:00
parent 7f5b5e9b11
commit e6522075ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -12127,13 +12127,13 @@ large extend by the @code{ViennaRNA} package.")
(define-public r-structuralvariantannotation
(package
(name "r-structuralvariantannotation")
(version "1.18.0")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "StructuralVariantAnnotation" version))
(sha256
(base32 "1h3l3xbxwf2w2dl0qz72v68h5g77zhd2rr0g86l2dhn67mhy8ml2"))))
(base32 "0hnpa6ykfasp2hshqdny29dyw6y9dib4rsm379fm7n8iami1rjp1"))))
(build-system r-build-system)
(propagated-inputs
(list r-assertthat
@ -12144,6 +12144,7 @@ large extend by the @code{ViennaRNA} package.")
r-genomicfeatures
r-genomicranges
r-iranges
r-pwalign
r-rlang
r-rtracklayer
r-s4vectors