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
|
@ -12833,6 +12833,7 @@ once. This package provides tools to perform Drop-seq analyses.")
|
||||||
(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 New Issue