Skip to content

Commit

Permalink
error handling if gp.R does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil committed Jun 23, 2024
1 parent 7789a32 commit 4f833d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/exec_Rscript/1-checks_and_submision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ then
rm 2-gp_slurm_job.sh
exit 108
else
echo "Passed: The executable Rscript: $DIR_SRC contains the Rscript: gp.R."
echo "Passed: The executable code directory: $DIR_SRC contains the Rscript: gp.R."
fi
### Initialise the output directory which will contain all the output Rds files across populations and traits
if [ ! -d ${DIR_OUT}/output ]
Expand Down

0 comments on commit 4f833d0

Please sign in to comment.