nf-core_modules/tests/modules/vsearch/usearchglobal/nextflow.config

5 lines
119 B
Text
Raw Normal View History

2022-05-23 04:01:55 -04:00
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
2022-05-23 08:02:10 -04:00
}