process { publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" } withName: PANAROO_RUN { ext.args = '--clean-mode strict -a core' } }