funannotate
funannotate copied to clipboard
GENMARK
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.
Hi, Looks like you don't have the required perl libraries. Either install ForkManager or use a contaner
@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.