mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
34cf1f451e
commit
53611ab5c5
1 changed files with 3 additions and 2 deletions
|
@ -10560,7 +10560,7 @@ (define-public pigx-rnaseq
|
|||
(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 @@ (define-public pigx-chipseq
|
|||
"/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 @@ (define-public pigx-chipseq
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue