Hello.
There is a strange place in your makeReport.pm, line 55:
open TEMPRESULT, ">$templateName.temp" or die "can't write $!";
$templateName - is a full filename of template/report_tmpl_fastq.tmpl file, that may be installed in some place, where simple user do not have write access.
I'd appreciate if you fix this, please...
Hello.
There is a strange place in your
makeReport.pm, line 55:open TEMPRESULT, ">$templateName.temp" or die "can't write $!";$templateName- is a full filename oftemplate/report_tmpl_fastq.tmplfile, that may be installed in some place, where simple user do not have write access.I'd appreciate if you fix this, please...