gnu: pigx-chipseq: Update to 0.0.53.

* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.53.
[inputs]: Add r-hexbin.
This commit is contained in:
Ricardo Wurmus 2021-09-29 09:58:45 +02:00
parent 34cf1f451e
commit 53611ab5c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -10560,7 +10560,7 @@ expression report comparing samples in an easily configurable manner.")
(define-public pigx-chipseq
(package
(name "pigx-chipseq")
(version "0.0.52")
(version "0.0.53")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/"
@ -10568,7 +10568,7 @@ expression report comparing samples in an easily configurable manner.")
"/pigx_chipseq-" version ".tar.gz"))
(sha256
(base32
"097cvc8kr3r1nq0sgjpirzmixwjl074qp4qq3sx4ngfqi06af6r9"))))
"0c6npx35sszycf059w1x1k4k9hq1qqxny0i4p57q1188czr4561h"))))
(build-system gnu-build-system)
;; parts of the tests rely on access to the network
(arguments '(#:tests? #f))
@ -10592,6 +10592,7 @@ expression report comparing samples in an easily configurable manner.")
("r-ggrepel" ,r-ggrepel)
("r-gprofiler2" ,r-gprofiler2)
("r-heatmaply" ,r-heatmaply)
("r-hexbin" ,r-hexbin)
("r-htmlwidgets" ,r-htmlwidgets)
("r-jsonlite" ,r-jsonlite)
("r-pheatmap" ,r-pheatmap)