mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ruvseq: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.22.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
14f40ae830
commit
ae0fcaa6fd
1 changed files with 4 additions and 2 deletions
|
@ -2348,14 +2348,14 @@ (define-public r-dnabarcodes
|
|||
(define-public r-ruvseq
|
||||
(package
|
||||
(name "r-ruvseq")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RUVSeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ipbbzpngx988lsmwqv7vbmqm65m43xvsmipayfppkrr6jipzxrj"))))
|
||||
"0yqs9xgyzw3cwb4l7zjl1cjgbsjp05qrqnwyvh7q81wdp7x5p55x"))))
|
||||
(properties `((upstream-name . "RUVSeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -2363,6 +2363,8 @@ (define-public r-ruvseq
|
|||
("r-edaseq" ,r-edaseq)
|
||||
("r-edger" ,r-edger)
|
||||
("r-mass" ,r-mass)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/drisso/RUVSeq")
|
||||
(synopsis "Remove unwanted variation from RNA-Seq data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue