mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #412 from nf-core/cheaha_env_variable_updates
Fix cheaha config due to use of incorrect variable
This commit is contained in:
commit
5400df135d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ params {
|
||||||
}
|
}
|
||||||
|
|
||||||
env {
|
env {
|
||||||
TMPDIR="$USER"
|
TMPDIR="$scratch_dir"
|
||||||
SINGULARITY_TMPDIR="$scratch_dir"
|
SINGULARITY_TMPDIR="$scratch_dir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue