prokka icon indicating copy to clipboard operation
prokka copied to clipboard

Use the version module to parse Bioperl version strings

Open prehensilecode opened this issue 2 years ago • 0 comments

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.

prehensilecode avatar Mar 04 '22 05:03 prehensilecode