1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +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:
Austyn Trull 2022-09-21 13:38:24 -05:00 committed by GitHub
commit 5400df135d
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"
}