mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update nextflow.config
This commit is contained in:
parent
541f403963
commit
cbae48d06d
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ process {
|
||||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||||
withName: HMTNOTE {
|
withName: HMTNOTE {
|
||||||
ext.args = '--basic --variab'
|
ext.args = '--basic --variab'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue