1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 08:16:03 +00:00

re-define TMPDIR

This commit is contained in:
Lara Ianov 2022-09-01 10:12:07 -05:00 committed by GitHub
parent 6b83603325
commit 8448bb9a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ params {
}
env {
TMPDIR="$USER"
TMPDIR="$scratch_dir"
SINGULARITY_TMPDIR="$scratch_dir"
}