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

6 lines
165 B
Text
Raw Normal View History

process {
2022-04-29 08:21:22 +00:00
ext.args = "--WARN_ON_MISSING_CONTIG true"
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}