From c0e3b9192610211584a43d1127506220e23cda12 Mon Sep 17 00:00:00 2001 From: Rob Kooper Date: Sun, 25 Aug 2024 21:18:30 -0500 Subject: [PATCH] use apptainer, not singularity --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index d7695f9..d5851f0 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,7 +2,7 @@ This folder contains utility scripts that are used on the HPC to monitor the queues and start models on the HPC. -*upload_download.sh* - This script will download and start 2 singulatiry containers (if not already started) and tail the output logs. +*upload_download.sh* - This script will download and start 2 apptainer containers (if not already started) and tail the output logs. *model_launcher.sh* - This script will check if any models are needed to be run and start them. This will launch about 1 pipeline for every 10 waiting jobs. Both scripts require a files called secrets.sh to be in the same folder. If it does not exist, it will print a message if it does not exist.