nf-core_modules/tests/modules/genmod/annotate/nextflow.config

9 lines
199 B
Text
Raw Normal View History

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