tseemann / prokka

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

Use the version module to parse Bioperl version strings #619

Open prehensilecode opened 2 years ago

prehensilecode commented 2 years ago

Older Bioperl reports version strings like "1.006002". Newer Bioperl reports version strings like "1.7.8".

So, the assumption that the version strings can be cast to floats could be incorrect.

Use the version module to parse the version strings and do the comparison.