mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-rsamtools: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.16.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
c2f9c0af28
commit
04a5521933
1 changed files with 3 additions and 2 deletions
|
@ -8529,13 +8529,13 @@ (define-public r-rhdf5filters
|
|||
(define-public r-rsamtools
|
||||
(package
|
||||
(name "r-rsamtools")
|
||||
(version "2.14.0")
|
||||
(version "2.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rsamtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wd4hsn19msz0fkwfq7gvi97vlfpsbzzw3rjj4b6z7s5a83zir2z"))))
|
||||
"18kh6vmyjmv7zklqr5ifpfixjwldxgwj550c69mqfkk7m0zk52cl"))))
|
||||
(properties
|
||||
`((upstream-name . "Rsamtools")))
|
||||
(build-system r-build-system)
|
||||
|
@ -8559,6 +8559,7 @@ (define-public r-rsamtools
|
|||
r-rhtslib
|
||||
r-s4vectors
|
||||
r-xvector))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
|
||||
(synopsis "Interface to samtools, bcftools, and tabix")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue