mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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 {
|
||||
|
||||
ext.args = "--tmp-dir ."
|
||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue