Results 3 comments of Etienne RIFA

Hi, I'm having the same issue. I'm interested by any ideas! Thanks

Hi, This solved the problem for me : - Edit execution file of prokka (`which prokka`) - Comment line 23 and save: `#use lib "$FindBin::RealBin/../perl5"; # for bundled Perl modules`...

I fixed it in my app with ```r imported$data() %>% mutate_if(bit64::is.integer64,as.numeric) ```