Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing biopython compatibility issue by reverting to 1.81 #622

Merged
merged 2 commits into from
May 12, 2024

Conversation

sid-betalol
Copy link
Contributor

@sid-betalol sid-betalol commented May 12, 2024

The existing version of the OmegaFold notebook on the ColabFold repository doesn't work because of compatibility issues with biopython. Reverting to biopython 1.81 during installation fixes the issue. The maintainers would have to update the link to the colab notebook, so that this change can be reflected for those trying to run this on Google Colab.

The original line:
%shell pip -q install py3Dmol biopython
is updated to:
%shell pip -q install py3Dmol biopython
in the installation block of the OmegaFold notebook located at ColabFold/beta/omegafold.ipynb

@milot-mirdita milot-mirdita merged commit 1648d23 into sokrypton:main May 12, 2024
@milot-mirdita
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants