promethiume / LLPSWise

computational prediction of biological liquid-liquid phase separation systems
1 stars 2 forks source link

Reading the new SWISS-Prot entries #2

Open joaomcteixeira opened 2 years ago

joaomcteixeira commented 2 years ago

Since August 2022, SWISS-Prot entries have been updated to a different format for which the BioPython 1.79 deployed currently in PyPI and conda (Released: Jun 3, 2021) do not support.

To solve this, either BioPython releases a new version, or the LLPSWise users need to install BioPython separately from their master branch. After that it should work.

More information here: https://github.com/biopython/biopython/issues/4021