nf-core_modules/tests/modules/meryl/histogram/nextflow.config

7 lines
141 B
Text
Raw Normal View History

2022-05-09 08:50:28 +00:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
2022-05-09 13:50:49 +00:00
ext.args = 'k=21'
}