nf-core_modules/tests/modules/meryl/count/nextflow.config
Mahesh Binzer-Panchal 4591ea2205 atomize
2022-05-09 07:58:58 +00:00

6 lines
141 B
Text

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