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

5 lines
119 B
Text
Raw Normal View History

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