nf-core_modules/tests/modules/picard/liftovervcf/nextflow.config
2022-04-29 10:21:22 +02:00

5 lines
165 B
Text

process {
ext.args = "--WARN_ON_MISSING_CONTIG true"
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}