mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-sgseq: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-sgseq): Update to 1.22.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
568c3929b6
commit
201902bc05
1 changed files with 4 additions and 2 deletions
|
@ -5401,14 +5401,14 @@ alignment tool.")
|
||||||
(define-public r-sgseq
|
(define-public r-sgseq
|
||||||
(package
|
(package
|
||||||
(name "r-sgseq")
|
(name "r-sgseq")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SGSeq" version))
|
(uri (bioconductor-uri "SGSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0950iv08wd0kjaw55rjn7m6syklvrabwr2zqq74wzyc5afyk2mrw"))))
|
"11rxx7abjyga2sdcp4x4z3n8xjx6973sckyzmh9ax6r46kwhxq8c"))))
|
||||||
(properties `((upstream-name . "SGSeq")))
|
(properties `((upstream-name . "SGSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -5426,6 +5426,8 @@ alignment tool.")
|
||||||
("r-runit" ,r-runit)
|
("r-runit" ,r-runit)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/SGSeq/")
|
(home-page "https://bioconductor.org/packages/SGSeq/")
|
||||||
(synopsis "Splice event prediction and quantification from RNA-seq data")
|
(synopsis "Splice event prediction and quantification from RNA-seq data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue