nf-core_modules/tests/modules/tiddit/cov/nextflow.config
2022-06-03 12:07:16 +02:00

9 lines
181 B
Text

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