mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: pigx-scrnaseq: Disable another expensive test.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Disable multiqc test.
This commit is contained in:
parent
ed2dfe3955
commit
26fd7b24ec
1 changed files with 1 additions and 0 deletions
|
@ -12833,6 +12833,7 @@ (define-public pigx-rnaseq
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
(("(^ tests/test_trim_galore/test.sh).*" _ m) m)
|
(("(^ tests/test_trim_galore/test.sh).*" _ m) m)
|
||||||
|
(("^ tests/test_multiqc/test.sh") "")
|
||||||
(("^ test.sh") ""))
|
(("^ test.sh") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue