Hey admins,
I’ve noticed an error regarding the exchange-jobfile.sh file when trying to continueing failed queues:
> # Copying the new job file
> cp ../${job_template} ../../workflow/job-files/main/${new_job_file}
> . copy-templates.sh subjobfiles
what worked for me was:
# Copying the new job file
cp ../templates/${job_template} ../../workflow/job-files/main/${new_job_file}
. copy-templates.sh subjobfiles
or just putting the template file in the /tools folder also worked. Since the template files are not in the tools folder the original code doesnt worked and gets trapped.
Note: I also suggest checking your .bashrc file before you start your screening, since user specific aliases and functions of other softwate has multiple times caused my joblines to not even start and causing the jobline submission to fail.
Furthermore, I also tried running other jobs so I had to turn some aliases and function back on and as soon as a new jobline queue had to be submitted it instantly failed submission.