nf-core_modules/tests/modules/multiqc/nextflow.config
2022-06-07 13:58:27 +02:00

7 lines
192 B
Text

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