mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +00:00
Fix incorrect path for Singularity cache
This commit is contained in:
parent
b0a0a4a9fb
commit
fbb0dc81ea
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export NXF_CHARLIECLOUD_CACHEDIR="$NXF_CACHE/charlie"
|
|||
|
||||
{{ if (eq .cluster "scinet") }}
|
||||
# Set the Singularity image cache
|
||||
export SINGULARITY_CACHEDIR=/90daydata/share/$USER/.singularity
|
||||
export SINGULARITY_CACHEDIR=/90daydata/shared/$USER/.singularity
|
||||
{{ end }}
|
||||
|
||||
# Give Julia full CPU access
|
||||
|
|
Loading…
Reference in a new issue