jhawkey / IS_mapper

IS mapping software
Other
51 stars 16 forks source link

Nature of Biopython incompatibility #48

Closed verdurin closed 2 years ago

verdurin commented 2 years ago

Hello

I am looking at including ISMapper in EasyBuild, for use on HPC clusters.

I wondered about the notice in https://github.com/jhawkey/IS_mapper#requirements regarding incompatibility with Biopython versions newer than 1.77 - what is the exact problem here?

And does it still apply?

jhawkey commented 2 years ago

The issue with newer versions of BioPython was the removal of Bio.Alphabet, which ISMapper used to load. However as of v2.0.2 (released July 13 of this year), Bio.Alphabet is no longer imported and so ISMapper should now be compatible with later versions of BioPython. I will update the requirements section of the readme.

Thanks!