nf-core_modules/tests/modules/filtlong/nextflow.config
2022-05-31 15:46:28 +02:00

8 lines
186 B
Text

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