funannotate icon indicating copy to clipboard operation
funannotate copied to clipboard

GENMARK

Open ad010902 opened this issue 10 months ago • 2 comments

I catch bug as log below:

[Apr 17 11:45 PM]: Can't locate Parallel/ForkManager.pm in @INC (you may need to install the Parallel::ForkManager module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /home/duongnguyen/gmes_linux_64/gmes_petap.pl line 89. BEGIN failed--compilation aborted at /home/duongnguyen/gmes_linux_64/gmes_petap.pl line 89.

ad010902 avatar Apr 17 '24 16:04 ad010902

Hi, Looks like you don't have the required perl libraries. Either install ForkManager or use a contaner

KristinaGagalova avatar Apr 24 '24 06:04 KristinaGagalova

@ad010902 Did you edit the perl scripts in gmes_linux_64 to use /usr/bin/env perl instead of /usr/bin/perl? That change is probably necessary if you are working in a conda enviornment.

IanDMedeiros avatar May 10 '24 12:05 IanDMedeiros