me
/
guix
Archived
1
0
Fork 0

gnu: r-rbowtie2: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.0.
[native-inputs]: Add r-knitr.
master
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
1 changed files with 4 additions and 2 deletions

View File

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