nf-core_modules/tests/modules/filtlong/nextflow.config
2022-05-31 20:07:52 +02:00

8 lines
180 B
Text

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