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