fix args in nextflow.config

This commit is contained in:
Matthias De Smet 2022-04-29 10:21:22 +02:00
parent bda132191d
commit b2e4342105

View file

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