nf-core_modules/tests/modules/mosdepth/nextflow.config
2022-05-24 12:43:49 +02:00

7 lines
184 B
Text

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