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

5 lines
119 B
Text
Raw Normal View History

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