Perl script Can't locate PatternLayout.pm in @INC

Viewed 48

I am trying to run proovread tool (https://github.com/BioInf-Wuerzburg/proovread) the proovread tool written in Perl. But when I run make sample then getting the errors below:

[22-09-16 12:39:14] [siamaera] Blast exited with error: 0 Can't locate PatternLayout.pm in @INC (you may need to install the PatternLayout module) (@INC contains: ../ /home/scbb/proovread/bin/../lib/ /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/local/share/perl/5.30.0/Log/Log4perl/Util.pm line 51. #------------------------------------------------------------------------------#

It would glad to provide solution for the same.

0 Answers
Related