From 4d5415bbf46294e6c417f938e46ccbfc5079ff39 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 23 Feb 2026 14:05:52 +0100 Subject: [PATCH] fix --- sge_scripts/bm_correct_sampling.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sge_scripts/bm_correct_sampling.sh b/sge_scripts/bm_correct_sampling.sh index 8b93ddc..91254a5 100755 --- a/sge_scripts/bm_correct_sampling.sh +++ b/sge_scripts/bm_correct_sampling.sh @@ -45,4 +45,4 @@ readonly NB_CORES=$(sed -n 's/^#\$ -pe thread \(.*\)/\1/p' -- "$0") echo -n "Model will be $MODE with $NB_CORES" -Rscript "${APPLICATIONS_DIR}/blockmodels_correct_sampling_effort.R.R" $MODE &>> logs/$JOB_NAME.$SGE_TASK_ID \ No newline at end of file +Rscript "${APPLICATIONS_DIR}/blockmodels_correct_sampling_effort.R" $MODE &>> logs/$JOB_NAME.$SGE_TASK_ID \ No newline at end of file