From 494d813dec9ef114df43b8953252c0441ccbca91 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Oct 2021 09:07:44 -0500 Subject: [PATCH] Fix exporting the Singularity cache directory Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- dot_envvar.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_envvar.tmpl b/dot_envvar.tmpl index c31bfb9..cc7e6b4 100644 --- a/dot_envvar.tmpl +++ b/dot_envvar.tmpl @@ -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