sanjaynagi / AnoPrimer

Primer Design in Anopheles gambiae and funestus considering genetic variation
https://sanjaynagi.github.io/AnoPrimer/
MIT License
2 stars 4 forks source link

Support for and pin primer3-py v2.0.0 #32

Closed sanjaynagi closed 1 year ago

sanjaynagi commented 1 year ago

A new version of Primer3-py was released, which includes more information in the primer3 outputs. This extra information broke AgamPrimer, and we previously did not pin the primer3-py version.

In this PR, I add support for primer3-py 2.0.0, updating the primer3_to_pandas() function to accommodate the extra diagnostic information.

Flake8 was complaining so I've disabled it.