mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 13:16:04 +00:00
Fix exporting the Singularity cache directory
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
e394d9a026
commit
494d813dec
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
|
||||
SINGULARITY_CACHEDIR=/90daydata/share/$USER/.singularity
|
||||
export SINGULARITY_CACHEDIR=/90daydata/share/$USER/.singularity
|
||||
{{ end }}
|
||||
|
||||
# Give Julia full CPU access
|
||||
|
|
Loading…
Reference in a new issue