mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
fix(ganymede): Add TMPDIR and SINGULARITY_CACHEDIR env variables
This commit is contained in:
parent
2ce1e2a9cc
commit
4570718b12
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue