mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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 @@ (define-public r-rbowtie
|
|||
(define-public r-sgseq
|
||||
(package
|
||||
(name "r-sgseq")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SGSeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0950iv08wd0kjaw55rjn7m6syklvrabwr2zqq74wzyc5afyk2mrw"))))
|
||||
"11rxx7abjyga2sdcp4x4z3n8xjx6973sckyzmh9ax6r46kwhxq8c"))))
|
||||
(properties `((upstream-name . "SGSeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -5426,6 +5426,8 @@ (define-public r-sgseq
|
|||
("r-runit" ,r-runit)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/SGSeq/")
|
||||
(synopsis "Splice event prediction and quantification from RNA-seq data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue