From 6b457137b955bca7ec9a4e9adeba383039b7ec94 Mon Sep 17 00:00:00 2001 From: saraloo Date: Thu, 2 Nov 2023 12:49:08 -0400 Subject: [PATCH] rm flag postprocess snapshot --- batch/postprocessing-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch/postprocessing-scripts.sh b/batch/postprocessing-scripts.sh index e8abd7786..252de42be 100644 --- a/batch/postprocessing-scripts.sh +++ b/batch/postprocessing-scripts.sh @@ -1,7 +1,7 @@ # START: your postprocessing scripts goes here. -Rscript $FLEPI_PATH/postprocessing/postprocess_snapshot.R -c $CONFIG_PATH --run-id $FLEPI_RUN_INDEX --results-path $FS_RESULTS_PATH --flepimop-repo $FLEPI_PATH +Rscript $FLEPI_PATH/postprocessing/postprocess_snapshot.R -c $CONFIG_PATH --run-id $FLEPI_RUN_INDEX --results-path $FS_RESULTS_PATH # END: your postprocessing scripts goes here.