We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028b399 commit c9ef299Copy full SHA for c9ef299
1 file changed
conf/modules.config
@@ -938,6 +938,11 @@ process {
938
withName: MULTIQC {
939
conda = null // temporary for mOTUs 4
940
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
+ }
946
publishDir = [
947
path: { "${params.outdir}/multiqc" },
948
mode: params.publish_dir_mode,
0 commit comments