tseemann / prokka

:zap: :aquarius: Rapid prokaryotic genome annotation
822 stars 224 forks source link

bioperl version comparaison :: problem. #639

Open EricDeveaud opened 2 years ago

EricDeveaud commented 2 years ago

Hello

FYI I noticed that prokka biperl deection is no correct

you expect minbpver = "1.006002" my bioperl versin claims to be 1.7.8

so err("Please install BioPerl $minbpver or higher") if $bpver < $minbpver; generate the follwing warning

Argument "1.7.8" isn't numeric in numeric lt (<) at /opt/gensoft/exe/prokka/1.14.5/bin/prokka line 260.

regards

Eric

cjfields commented 2 years ago

There appears to be a fork that deals with this as well as a pull request, #619. @tseemann I'm not sure if that could be pulled in?