From 53395adbf28e77f6388a26ad6f5502f103b7416c Mon Sep 17 00:00:00 2001 From: Luke Zappia Date: Fri, 7 Nov 2025 12:13:29 +0100 Subject: [PATCH] Fix revision in run_full_local.sh --- scripts/run_benchmark/run_full_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_benchmark/run_full_local.sh b/scripts/run_benchmark/run_full_local.sh index 20e434b3..3a6befc6 100755 --- a/scripts/run_benchmark/run_full_local.sh +++ b/scripts/run_benchmark/run_full_local.sh @@ -31,7 +31,7 @@ HERE # run the benchmark nextflow run openproblems-bio/task_batch_integration \ - --revision build/main \ + -revision build/main \ -main-script target/nextflow/workflows/run_benchmark/main.nf \ -profile docker \ -resume \