diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-03-29 13:42:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-03-29 13:52:16 +0200 |
commit | 847acc3206c34b45cabd4f5ae1465a576d7ef10a (patch) | |
tree | 4efd97dac233477922198675570e2e6634115b75 /gnu/packages/bioinformatics.scm | |
parent | 3b0c9e4c20de181bac5cb8076e052bf00932f533 (diff) |
gnu: pigx-rnaseq: Update to 0.0.20.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.20.
[source]: Remove patch.
[inputs]: Add megadepth.
* gnu/packages/patches/pigx-rnaseq-no-citeproc.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ada5965e5f..c42174e0d6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10869,7 +10869,7 @@ once. This package provides tools to perform Drop-seq analyses.") (define-public pigx-rnaseq (package (name "pigx-rnaseq") - (version "0.0.19") + (version "0.0.20") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/" @@ -10877,8 +10877,7 @@ once. This package provides tools to perform Drop-seq analyses.") "/pigx_rnaseq-" version ".tar.gz")) (sha256 (base32 - "1ja3bda1appxrzbfy7wp7khy30mm7lic8xbq3gkbpc5bld3as9cm")) - (patches (search-patches "pigx-rnaseq-no-citeproc.patch")))) + "0bf65qqvlkc77vl7cmmzacq70f0qav4p6nf8pp3x1vdd0nvhr24f")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; not supported @@ -10909,6 +10908,7 @@ once. This package provides tools to perform Drop-seq analyses.") sed gzip snakemake + megadepth multiqc star-for-pigx hisat2 |