nf-core_modules/tests/modules/panaroo/run/nextflow.config

9 lines
202 B
Text
Raw Normal View History

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