nf-core_modules/tests/modules/kat/hist/nextflow.config
Mahesh Binzer-Panchal 9194fb845e Add module kat hist
2022-05-06 07:54:10 +00:00

9 lines
202 B
Text

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