gnu: pigx-scrnaseq: Disable another expensive test.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Disable multiqc
test.
This commit is contained in:
Ricardo Wurmus 2018-07-27 15:44:23 +02:00
parent ed2dfe3955
commit 26fd7b24ec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12833,6 +12833,7 @@ (define-public pigx-rnaseq
(lambda _
(substitute* "Makefile.in"
(("(^ tests/test_trim_galore/test.sh).*" _ m) m)
(("^ tests/test_multiqc/test.sh") "")
(("^ test.sh") ""))
#t)))))
(inputs