nf-core_modules/tests/modules/meryl/count/nextflow.config
Mahesh Binzer-Panchal 67481c6d54 Start Meryl count
2022-05-06 15:04:04 +00:00

7 lines
164 B
Text

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