mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rbowtie2: Update to 2.12.3.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.12.3. [inputs]: Remove zlib. [native-inputs]: Remove r-testthat. Change-Id: Ia7c56570162694c4768ecc93715602665a0e0651
This commit is contained in:
parent
a3427458e3
commit
933eb9e7c2
1 changed files with 4 additions and 4 deletions
|
@ -20295,22 +20295,22 @@ 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 "2.12.0")
|
(version "2.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rbowtie2" version))
|
(uri (bioconductor-uri "Rbowtie2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jk0h0ms984bc5k36vb9z9mldpa70yibxl5ppf5i2q09py7higa7"))))
|
"0raa82fc90zb6z24scf395k0gg1qfabjcwcgzl5w15vlgfzj0byy"))))
|
||||||
(properties `((upstream-name . "Rbowtie2")))
|
(properties `((upstream-name . "Rbowtie2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-magrittr r-rsamtools))
|
(list r-magrittr r-rsamtools))
|
||||||
(inputs
|
(inputs
|
||||||
(list samtools zlib))
|
(list samtools))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue