add nextflow.config

This commit is contained in:
Matthias De Smet 2022-04-28 10:21:47 +02:00
parent 881e9db4bf
commit b92efb7abf

View file

@ -0,0 +1,5 @@
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}