diff --git a/workflow/main.nf b/workflow/main.nf index 06f38bccb5115764d221df64c0358e05e98334a0..01223050b9645a1d12d39c3125516be56aaa13e6 100755 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -257,6 +257,8 @@ metricsSummary = metricsSummary211.mix(metricsSummary301, metricsSummary302) // Generate MultiQC Report process multiqc { + tag "$name" + queue 'super' publishDir "$outDir/${task.process}/$name", mode: 'copy' module 'multiqc/1.7' @@ -275,4 +277,4 @@ process multiqc { sed -i '1s/^.*\tE/Sample\tE/' metrics_summary_mqc.tsv multiqc -c $multiqcConf . """ -} \ No newline at end of file +}