mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-systempiper: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.22.0. [propagated-inputs]: Add r-assertthat, r-magrittr, r-rsvg, r-dot, and r-stringr; remove r-biocgenerics. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
681cca95b3
commit
bb18d11d85
1 changed files with 9 additions and 3 deletions
|
@ -7246,22 +7246,23 @@ (define-public r-shortread
|
|||
(define-public r-systempiper
|
||||
(package
|
||||
(name "r-systempiper")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "systemPipeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17r25v9wcglyma2v1c8fka80dm7fx86saxlsb2aprmwi4h3dhb0j"))))
|
||||
"01ilhlrvy28jfdyxjria4024yryj5zgympgqznw17g3y3az78kk2"))))
|
||||
(properties `((upstream-name . "systemPipeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
("r-assertthat" ,r-assertthat)
|
||||
("r-batchtools" ,r-batchtools)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biostrings" ,r-biostrings)
|
||||
("r-deseq2" ,r-deseq2)
|
||||
("r-dot" ,r-dot)
|
||||
("r-edger" ,r-edger)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
|
@ -7269,13 +7270,18 @@ (define-public r-systempiper
|
|||
("r-go-db" ,r-go-db)
|
||||
("r-gostats" ,r-gostats)
|
||||
("r-limma" ,r-limma)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-pheatmap" ,r-pheatmap)
|
||||
("r-rjson" ,r-rjson)
|
||||
("r-rsamtools" ,r-rsamtools)
|
||||
("r-rsvg" ,r-rsvg)
|
||||
("r-shortread" ,r-shortread)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||
("r-yaml" ,r-yaml)
|
||||
("r-variantannotation" ,r-variantannotation)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/tgirke/systemPipeR")
|
||||
(synopsis "Next generation sequencing workflow and reporting environment")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue