Skip to content
Snippets Groups Projects
Commit 6ba20b13 authored by Maria Voigt's avatar Maria Voigt
Browse files

adding array job ESW

parent bab45ae2
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#$ -m ea #$ -m ea
#$ -cwd
module load R module load R
module load git 2> /dev/null module load git 2> /dev/null
...@@ -26,9 +25,12 @@ printf "\n" ...@@ -26,9 +25,12 @@ printf "\n"
mkdir -p ${OUTPUT_PATH:=/work/$USER/$JOB_NAME-$JOB_ID} mkdir -p ${OUTPUT_PATH:=/work/$USER/$JOB_NAME-$JOB_ID}
ESW_INDEX=$SGE_TASK_ID
export MC_CORES=${NSLOTS:-1} export MC_CORES=${NSLOTS:-1}
Rscript \ Rscript \
~/orangutan_density_distribution/src/model_fitting/abundance_model.R \ ~/orangutan_density_distribution/src/model_fitting/abundance_model.R \
-o $OUTPUT_PATH \ -o $OUTPUT_PATH \
--ESW-aerial-index $ESW_INDEX
"$@" "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment