Skip to content

Commit c9ef299

Browse files
committed
multiqc tmpdir
1 parent 028b399 commit c9ef299

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conf/modules.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,11 @@ process {
938938
withName: MULTIQC {
939939
conda = null // temporary for mOTUs 4
940940
ext.args = { params.multiqc_title ? "--title \"${params.multiqc_title}\"" : '' }
941+
memory = { 10.GB * task.attempt }
942+
env = {
943+
// multiqc writes large logs to local scratch, use the workdir instead
944+
TMPDIR = { task.workDir }
945+
}
941946
publishDir = [
942947
path: { "${params.outdir}/multiqc" },
943948
mode: params.publish_dir_mode,

0 commit comments

Comments
 (0)