nf-core_modules/tests/modules/fastk/histex/nextflow.config
2022-06-14 16:30:37 +02:00

8 lines
195 B
Text

process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withName: 'FASTK_FASTK' {
publishDir = [ enabled: false ]
}
}