nf-core_modules/tests/modules/filtlong/nextflow.config

7 lines
153 B
Text

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