gnu: r-rhisat2: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.4.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
201902bc05
commit
2aff2724ef
1 changed files with 4 additions and 2 deletions
|
@ -5444,14 +5444,14 @@ interpretation.")
|
||||||
(define-public r-rhisat2
|
(define-public r-rhisat2
|
||||||
(package
|
(package
|
||||||
(name "r-rhisat2")
|
(name "r-rhisat2")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhisat2" version))
|
(uri (bioconductor-uri "Rhisat2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02fn5cm8sj2s9x00505y3iyipn1r3lpvpwpjy2pdxdbpmhb5hy49"))))
|
"0hhmcdnixkaqx9x9cl2vjaba3ri8m6wkbnbhxjmy51jwqzy2223a"))))
|
||||||
(properties `((upstream-name . "Rhisat2")))
|
(properties `((upstream-name . "Rhisat2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -5470,6 +5470,8 @@ interpretation.")
|
||||||
`(("r-genomicfeatures" ,r-genomicfeatures)
|
`(("r-genomicfeatures" ,r-genomicfeatures)
|
||||||
("r-genomicranges" ,r-genomicranges)
|
("r-genomicranges" ,r-genomicranges)
|
||||||
("r-sgseq" ,r-sgseq)))
|
("r-sgseq" ,r-sgseq)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/fmicompbio/Rhisat2")
|
(home-page "https://github.com/fmicompbio/Rhisat2")
|
||||||
(synopsis "R Wrapper for HISAT2 sequence aligner")
|
(synopsis "R Wrapper for HISAT2 sequence aligner")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue