mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: pigx-rnaseq: Update to 0.0.13.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.13. [arguments]: Remove obsolete substitutions. [inputs]: Remove fastqc and trim-galore; add hisat2 and fastp.
This commit is contained in:
parent
7382aa00b8
commit
f98837a6ba
1 changed files with 5 additions and 7 deletions
|
@ -10355,7 +10355,7 @@ (define-public dropseq-tools
|
|||
(define-public pigx-rnaseq
|
||||
(package
|
||||
(name "pigx-rnaseq")
|
||||
(version "0.0.10")
|
||||
(version "0.0.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/"
|
||||
|
@ -10363,7 +10363,7 @@ (define-public pigx-rnaseq
|
|||
"/pigx_rnaseq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z3hr120wk2vrlmlpz1vp3n9wy3rq4y2mnzh2vf08qgqn2xfdwcw"))))
|
||||
"0z9zid2c8q16lfzlnjd63nparknhv31qgv4h79algmvhkakm2pgk"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:parallel-tests? #f ; not supported
|
||||
|
@ -10373,19 +10373,17 @@ (define-public pigx-rnaseq
|
|||
(add-after 'unpack 'disable-resource-intensive-test
|
||||
(lambda _
|
||||
(substitute* "Makefile.in"
|
||||
(("(^ tests/test_trim_galore/test.sh).*" _ m) m)
|
||||
(("^ tests/test_multiqc/test.sh") "")
|
||||
(("^ test.sh") ""))
|
||||
#t)))))
|
||||
(("^ test.sh") "")))))))
|
||||
(inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
("sed" ,sed)
|
||||
("gzip" ,gzip)
|
||||
("snakemake" ,snakemake)
|
||||
("fastqc" ,fastqc)
|
||||
("multiqc" ,multiqc)
|
||||
("star" ,star-for-pigx)
|
||||
("trim-galore" ,trim-galore)
|
||||
("hisat2" ,hisat2)
|
||||
("fastp" ,fastp)
|
||||
("htseq" ,htseq)
|
||||
("samtools" ,samtools)
|
||||
("r-minimal" ,r-minimal)
|
||||
|
|
Loading…
Reference in a new issue