From 5cbd46d2c6260bb8fe60ef0d779eb024ae10f849 Mon Sep 17 00:00:00 2001 From: Matthijs van der Wild Date: Mon, 7 Apr 2025 09:49:16 +0100 Subject: create vlbi-cwl_latest.sif symlink In some versions of toil the `:latest` tag appears to be automatically appended. This is a workaround for these versions. --- pilot.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pilot.sh') diff --git a/pilot.sh b/pilot.sh index 9bd2733..c4b16a6 100644 --- a/pilot.sh +++ b/pilot.sh @@ -15,6 +15,7 @@ set_container() { CWL_SINGULARITY_CACHE="${CWL_SINGULARITY_CACHE:-$1%/*}" if [ ! "${1##*/}" == "vlbi-cwl.sif" ]; then ln -sf "${1}" "$CWL_SINGULARITY_CACHE/vlbi-cwl.sif" + ln -sf "${1}" "$CWL_SINGULARITY_CACHE/vlbi-cwl_latest.sif" fi } -- cgit v1.2.3