From c10a9760c4d3b31743f2f1bd82a5f5dd64622e40 Mon Sep 17 00:00:00 2001 From: Julie Iskander <34782134+jIskCoder@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:08:53 +1000 Subject: [PATCH] Update resumepipeline.sh to use apptainer --- resumepipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resumepipeline.sh b/resumepipeline.sh index 8dbd058..62a3bd1 100755 --- a/resumepipeline.sh +++ b/resumepipeline.sh @@ -1,4 +1,4 @@ #!/bin/bash module purge module load nextflow/23.10.0 -nextflow run main.nf -profile singularity -resume +nextflow run main.nf -profile apptainer -resume