nf-core_modules/tests/modules/picard/liftovervcf/nextflow.config

6 lines
163 B
Text
Raw Normal View History

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