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.master
parent
7f9888516f
commit
e7707d5262
|
@ -11950,7 +11950,7 @@ in an easily configurable manner.")
|
||||||
(define-public pigx-bsseq
|
(define-public pigx-bsseq
|
||||||
(package
|
(package
|
||||||
(name "pigx-bsseq")
|
(name "pigx-bsseq")
|
||||||
(version "0.1.2")
|
(version "0.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_bsseq/"
|
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_bsseq/"
|
||||||
|
@ -11958,7 +11958,7 @@ in an easily configurable manner.")
|
||||||
"/pigx_bsseq-" version ".tar.gz"))
|
"/pigx_bsseq-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mpzlay2d5cjpmrcp7knff6rg1c2mqszd638n7lw0mc0cycbp9f8"))))
|
"0blm0bl5z3ng01n7hh2ffk4rkzvf7vb3nm0crgdzrxr5cahxdxql"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; TODO: tests currently require 12+GB of RAM. See
|
`(;; TODO: tests currently require 12+GB of RAM. See
|
||||||
|
@ -11984,8 +11984,11 @@ in an easily configurable manner.")
|
||||||
("r-annotationhub" ,r-annotationhub)
|
("r-annotationhub" ,r-annotationhub)
|
||||||
("r-dt" ,r-dt)
|
("r-dt" ,r-dt)
|
||||||
("r-genomation" ,r-genomation)
|
("r-genomation" ,r-genomation)
|
||||||
|
("r-ggbio" ,r-ggbio)
|
||||||
("r-ggrepel" ,r-ggrepel)
|
("r-ggrepel" ,r-ggrepel)
|
||||||
|
("r-matrixstats" ,r-matrixstats)
|
||||||
("r-methylkit" ,r-methylkit)
|
("r-methylkit" ,r-methylkit)
|
||||||
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-rtracklayer" ,r-rtracklayer)
|
("r-rtracklayer" ,r-rtracklayer)
|
||||||
("r-rmarkdown" ,r-rmarkdown)
|
("r-rmarkdown" ,r-rmarkdown)
|
||||||
("r-bookdown" ,r-bookdown)
|
("r-bookdown" ,r-bookdown)
|
||||||
|
|
Reference in New Issue