nf-core_modules/tests/modules/mafft/nextflow.config
Thomas A. Christensen II 2804e2e2d7
Add MAFFT module
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2022-02-24 08:00:26 -06:00

6 lines
143 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
ext.args = "--auto"
}