Skip to content
Snippets Groups Projects
Unverified Commit 42c3e00c authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: pigx-rnaseq: Update to 0.0.5.

* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.5.
[inputs]: Replace snakemake-4 with snakemake.
parent 4ebfe99a
No related branches found
No related tags found
No related merge requests found
......@@ -12957,7 +12957,7 @@ (define-public dropseq-tools
(define-public pigx-rnaseq
(package
(name "pigx-rnaseq")
(version "0.0.4")
(version "0.0.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/"
......@@ -12965,7 +12965,7 @@ (define-public pigx-rnaseq
"/pigx_rnaseq-" version ".tar.gz"))
(sha256
(base32
"16gla23rmziimqan7w494q0nr7vfbp42zzkrl9fracmr4k7b1kzr"))))
"05gn658zpj9xki5dbs728z9zxq1mcm25hkwr5vzwqxsfi15l5f2l"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f ; not supported
......@@ -12981,7 +12981,7 @@ (define-public pigx-rnaseq
#t)))))
(inputs
`(("gzip" ,gzip)
("snakemake" ,snakemake-4)
("snakemake" ,snakemake)
("fastqc" ,fastqc)
("multiqc" ,multiqc)
("star" ,star)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment