diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 15:44:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 15:44:23 +0200 |
commit | 26fd7b24eca1af9e297ba53bac98f5798f97f78e (patch) | |
tree | 3ab4deb47bca26d87841ff933cc03145f377a0cf /gnu | |
parent | ed2dfe3955f0144bc858c66fdb751f51e9bd84fe (diff) | |
download | patches-26fd7b24eca1af9e297ba53bac98f5798f97f78e.tar patches-26fd7b24eca1af9e297ba53bac98f5798f97f78e.tar.gz |
gnu: pigx-scrnaseq: Disable another expensive test.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Disable multiqc
test.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index bb0e8c73c7..e87cef61be 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12833,6 +12833,7 @@ once. This package provides tools to perform Drop-seq analyses.") (lambda _ (substitute* "Makefile.in" (("(^ tests/test_trim_galore/test.sh).*" _ m) m) + (("^ tests/test_multiqc/test.sh") "") (("^ test.sh") "")) #t))))) (inputs |