mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-rbowtie2: Update to 2.0.0.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.0.0. [inputs]: Add samtools. [propagated-inputs]: Add r-magrittr and r-rsamtools.
This commit is contained in:
parent
efbe72addb
commit
ba9573b14e
1 changed files with 7 additions and 3 deletions
|
@ -9007,18 +9007,22 @@ (define-public r-zfpkm
|
|||
(define-public r-rbowtie2
|
||||
(package
|
||||
(name "r-rbowtie2")
|
||||
(version "1.14.0")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rbowtie2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r5yqjal48xlcv5cidi7p3zwygvsllmv2zzkwkc9kfq083l2i4ih"))))
|
||||
"0xpvrx2ak9x913sym4l46ycwbnmpcdwb3bf3dfd2gsp0krv8vh1x"))))
|
||||
(properties `((upstream-name . "Rbowtie2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-magrittr" ,r-magrittr)
|
||||
("r-rsamtools" ,r-rsamtools)))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)))
|
||||
`(("samtools" ,samtools)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/Rbowtie2/")
|
||||
|
|
Loading…
Reference in a new issue