mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
double tmpdir args removed, porb leftover after massive refactor where we decided to make it mandatory everywhere
This commit is contained in:
parent
fef5434c4c
commit
15fbf21b28
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
process {
|
process {
|
||||||
|
|
||||||
ext.args = "--tmp-dir ."
|
|
||||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue