gnu: pigx-bsseq: Update to 0.1.3.
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.3. [inputs]: Add r-ggbio, r-matrixstats, and r-reshape2.
This commit is contained in:
parent
7f9888516f
commit
e7707d5262
@ -11950,7 +11950,7 @@ in an easily configurable manner.")
|
||||
(define-public pigx-bsseq
|
||||
(package
|
||||
(name "pigx-bsseq")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_bsseq/"
|
||||
@ -11958,7 +11958,7 @@ in an easily configurable manner.")
|
||||
"/pigx_bsseq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mpzlay2d5cjpmrcp7knff6rg1c2mqszd638n7lw0mc0cycbp9f8"))))
|
||||
"0blm0bl5z3ng01n7hh2ffk4rkzvf7vb3nm0crgdzrxr5cahxdxql"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(;; TODO: tests currently require 12+GB of RAM. See
|
||||
@ -11984,8 +11984,11 @@ in an easily configurable manner.")
|
||||
("r-annotationhub" ,r-annotationhub)
|
||||
("r-dt" ,r-dt)
|
||||
("r-genomation" ,r-genomation)
|
||||
("r-ggbio" ,r-ggbio)
|
||||
("r-ggrepel" ,r-ggrepel)
|
||||
("r-matrixstats" ,r-matrixstats)
|
||||
("r-methylkit" ,r-methylkit)
|
||||
("r-reshape2" ,r-reshape2)
|
||||
("r-rtracklayer" ,r-rtracklayer)
|
||||
("r-rmarkdown" ,r-rmarkdown)
|
||||
("r-bookdown" ,r-bookdown)
|
||||
|
Loading…
Reference in New Issue
Block a user