nf-core_modules/tests/modules/kat/hist/nextflow.config

10 lines
202 B
Text
Raw Normal View History

2022-05-06 07:54:10 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: 'test_kat_hist_single_end:KAT_HIST' {
ext.args = '-d'
}
}