mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rsamtools: Update to 2.24.0.
* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.24.0. [propagated-inputs]: Remove r-zlibbioc. Change-Id: I999f48d52cd7f2269b8c7b52a46906eec4baaf40
This commit is contained in:
parent
4c4ffc757d
commit
b5b1af0cde
1 changed files with 3 additions and 4 deletions
|
@ -12816,13 +12816,13 @@ transcriptional age calculation based on GTEx RNASeq data.")
|
|||
(define-public r-rsamtools
|
||||
(package
|
||||
(name "r-rsamtools")
|
||||
(version "2.22.0")
|
||||
(version "2.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rsamtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wqh1spqmf30cv3v0v5bawpjwfjrlnxz2n8cc0a11c2kbbdxrnr5"))))
|
||||
"183pish6qf0b8c76lx09hgmxy8j9sw3hh5nv5n6klx7r1y95k5id"))))
|
||||
(properties
|
||||
`((upstream-name . "Rsamtools")))
|
||||
(build-system r-build-system)
|
||||
|
@ -12845,8 +12845,7 @@ transcriptional age calculation based on GTEx RNASeq data.")
|
|||
r-iranges
|
||||
r-rhtslib
|
||||
r-s4vectors
|
||||
r-xvector
|
||||
r-zlibbioc))
|
||||
r-xvector))
|
||||
(native-inputs (list r-knitr r-runit))
|
||||
(home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
|
||||
(synopsis "Interface to samtools, bcftools, and tabix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue