Update nextflow.config

This commit is contained in:
Subazini TK 2022-05-13 16:33:01 +02:00 committed by Edmund Miller
parent 541f403963
commit cbae48d06d

View file

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