nf-core_modules/tests/modules/gamma/gamma/nextflow.config
2022-05-24 15:15:07 -04:00

7 lines
145 B
Text

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