Skip to content

Commit 03daccd

Browse files
committed
Unset multiqc prefix for testing
1 parent cbbe64a commit 03daccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/nextflow.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ process {
2727
memory = 3.GB
2828
time = 2.h
2929
}
30+
withName: 'MULTIQC' {
31+
ext.prefix = null
32+
}
3033
}
3134

3235
// Impose same minimum Nextflow version as the pipeline for testing

0 commit comments

Comments
 (0)