Opened 2 years ago
Last modified 2 years ago
#10115 closed defect
Update AlphaFold prediction to fix error "SVD did not converge" — at Initial Version
| Reported by: | Owned by: | Tom Goddard | |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Structure Prediction | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Begin forwarded message:
From: "Margulies, David (NIH/NIAID)
Subject: [chimerax-users] Alphafold2_multimer on chimeraX
Date: November 8, 2023 at 7:41:29 AM PST
To: "chimerax-users@…" <chimerax-users@…>
Reply-To: "Margulies, David (NIH/NIAID) [E]"
Beginning yesterday, I have had repeated failure of alphafold2_multimer running through chimerax to generate models of two protein complexes (Ab H cand L chains, for instance). Individual chains work fine. The error from Colab AI says:
The error is due to a bug in the ColabFold library. The kabsch function in the colabfold.py file is using the linalg.svd function to calculate the singular value decomposition of a matrix. However, the linalg.svd function is not guaranteed to converge, and in some cases it can fail to converge. This can cause the kabsch function to fail, and in turn cause the plot_protein_backbone function to fail.
The bug has been fixed in the latest version of the ColabFold library, which is available on GitHub. To fix the error, you can upgrade to the latest version of the library. You can do this by running the following command in the Colab notebook:
content_copy
!pip install colabfold --upgrade
Use code with caution
Once you have upgraded to the latest version of the library, you can run the code again and the error should be fixed.
Can you advise? Thanks for your help.
D
David H. Margulies, MD, PhD
Chief, Molecular Biology Section
Laboratory of Immune System Biology
National Institute of Allergy and
Infectious Diseases
National Institutes of Health