gnu: r-rsamtools: Update to 2.16.0.
* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.16.0. [native-inputs]: Add r-knitr.master
parent
c2f9c0af28
commit
04a5521933
|
@ -8529,13 +8529,13 @@ HDF5 datasets.")
|
||||||
(define-public r-rsamtools
|
(define-public r-rsamtools
|
||||||
(package
|
(package
|
||||||
(name "r-rsamtools")
|
(name "r-rsamtools")
|
||||||
(version "2.14.0")
|
(version "2.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rsamtools" version))
|
(uri (bioconductor-uri "Rsamtools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wd4hsn19msz0fkwfq7gvi97vlfpsbzzw3rjj4b6z7s5a83zir2z"))))
|
"18kh6vmyjmv7zklqr5ifpfixjwldxgwj550c69mqfkk7m0zk52cl"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Rsamtools")))
|
`((upstream-name . "Rsamtools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -8559,6 +8559,7 @@ HDF5 datasets.")
|
||||||
r-rhtslib
|
r-rhtslib
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-xvector))
|
r-xvector))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
|
(home-page "https://bioconductor.org/packages/release/bioc/html/Rsamtools.html")
|
||||||
(synopsis "Interface to samtools, bcftools, and tabix")
|
(synopsis "Interface to samtools, bcftools, and tabix")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue