gnu: r-systempiper: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.18.0. [propagated-inputs]: Replace r-batchjobs with r-batchtools; add r-yaml.
This commit is contained in:
parent
9bcbca135b
commit
3addf736d5
|
@ -6944,19 +6944,19 @@ ungapped alignment formats.")
|
||||||
(define-public r-systempiper
|
(define-public r-systempiper
|
||||||
(package
|
(package
|
||||||
(name "r-systempiper")
|
(name "r-systempiper")
|
||||||
(version "1.16.1")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "systemPipeR" version))
|
(uri (bioconductor-uri "systemPipeR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qzydz87rld2nhwzbfgrw5jfgh8maa9y54mjx9c4285m11qj2shq"))))
|
"1063vdf4g2i5xyabwvzkqfxd2j8s4zs6z4zxf8lx2ccjddhkn37a"))))
|
||||||
(properties `((upstream-name . "systemPipeR")))
|
(properties `((upstream-name . "systemPipeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotate" ,r-annotate)
|
`(("r-annotate" ,r-annotate)
|
||||||
("r-batchjobs" ,r-batchjobs)
|
("r-batchtools" ,r-batchtools)
|
||||||
("r-biocgenerics" ,r-biocgenerics)
|
("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-biostrings" ,r-biostrings)
|
("r-biostrings" ,r-biostrings)
|
||||||
("r-deseq2" ,r-deseq2)
|
("r-deseq2" ,r-deseq2)
|
||||||
|
@ -6972,6 +6972,7 @@ ungapped alignment formats.")
|
||||||
("r-rsamtools" ,r-rsamtools)
|
("r-rsamtools" ,r-rsamtools)
|
||||||
("r-shortread" ,r-shortread)
|
("r-shortread" ,r-shortread)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
|
("r-yaml" ,r-yaml)
|
||||||
("r-variantannotation" ,r-variantannotation)))
|
("r-variantannotation" ,r-variantannotation)))
|
||||||
(home-page "https://github.com/tgirke/systemPipeR")
|
(home-page "https://github.com/tgirke/systemPipeR")
|
||||||
(synopsis "Next generation sequencing workflow and reporting environment")
|
(synopsis "Next generation sequencing workflow and reporting environment")
|
||||||
|
|
Loading…
Reference in New Issue