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

5 lines
165 B
Text

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