3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rbowtie2: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-13 00:57:32 +02:00
parent 8fdca89b56
commit 297854e682
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5236,18 +5236,20 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
(define-public r-rbowtie2
(package
(name "r-rbowtie2")
(version "1.8.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie2" version))
(sha256
(base32
"1b7x42n9zisi2w2wwfc0c39j8s9868imyr0ysqgswf6l5mv9ivc5"))))
"1z2dn0q3wcw8b9ibx388kh7p5km16i71sw9miqj3daw7g0v5bxp3"))))
(properties `((upstream-name . "Rbowtie2")))
(build-system r-build-system)
(inputs
`(("zlib" ,zlib)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/Rbowtie2/")
(synopsis "R wrapper for Bowtie2 and AdapterRemoval")
(description