diff --git a/code/scripts/migale_simulations_NA_robustness.sh b/code/scripts/migale_simulations_NA_robustness.sh index 9e03f05..af7830d 100755 --- a/code/scripts/migale_simulations_NA_robustness.sh +++ b/code/scripts/migale_simulations_NA_robustness.sh @@ -19,7 +19,7 @@ SAMPLINGA=("uniform" "row" "col" "rowcol") STRUCT=${STRUCTA[$(($(($((SGE_TASK_ID - 1)) + $((SGE_TASK_ID - 1)) / 4)) % 2))]} SAMPLING=${SAMPLINGA[$(($((SGE_TASK_ID - 1)) % 4))]} -BASE_DIR="/home/llacoste/work/mia-stage-2024/" +BASE_DIR="/home/$USER/work/mia-stage-2024/" LOG_DIR=$(echo "$BASE_DIR/logs") if [ ! -d "$LOG_DIR" ]; then