No error output template1.slurm.sh

46c46
< #SBATCH --error=../workflow/output-files/jobs/job-1.1_%j.out            # File to which standard err will be written
---
> #SBATCH --error=../workflow/output-files/jobs/job-1.1_%j.err            # File to which standard err will be written
325c325
< sed -i "s|^#SBATCH --error=.*|#SBATCH --output=../workflow/output-files/jobs/job-${new_job_no}_%j.out|g" ../workflow/job-files/main/${VF_JOBLINE_NO}.job
---
> sed -i "s|^#SBATCH --error=.*|#SBATCH --error=../workflow/output-files/jobs/job-${new_job_no}_%j.err|g" ../workflow/job-files/main/${VF_JOBLINE_NO}.job

line 46 and 325 at tools/templates/template1.slurm.sh need to be corrected to .err instead of .out to get error outputs

1 Like

Thank you very much for the hint, the issue has been fixed now.