1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

fix(ganymede): Add TMPDIR and SINGULARITY_CACHEDIR env variables

This commit is contained in:
Edmund Miller 2021-03-21 21:45:39 -05:00
parent 2ce1e2a9cc
commit 4570718b12
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -5,6 +5,11 @@ params {
config_profile_url = 'http://docs.oithpc.utdallas.edu/'
}
env {
TMPDIR = '/home/$USER/scratch/tmp'
SINGULARITY_CACHEDIR = '/home/$USER/scratch/tmp'
}
singularity {
enabled = true
envWhitelist='SINGULARITY_BINDPATH'