-
Notifications
You must be signed in to change notification settings - Fork 1
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
Top rank Relaxed Structure obtained from notebook run is not giving the cyclic peptide strucutre #1
Comments
Hi, I'm still looking for a solution. Please help. |
This is as previously POSTED in X. If you run it as default, it will close the ring like this. Can you show me the output PDB or .ipynb? |
Thanks a lot for your reply. Yes in default mode it is closing the ring. But when I'm giving "num_relax" value as 1 then the resultant relaxed file, the ring is not closing. 1SFI_relaxed_b9c30_0_relaxed_rank_001_alphafold2_multimer_v3_model_5_seed_000.zip Waiting for your reply as soon as possible. |
Once relaxed, the cyclic constraint is released. Using Rosetta's minimize properly avoids minor crash with the target protein (as described in the paper). I don't know what your objective is, but I think the result will only be the same within the margin of error level whether you relax or not (although minor crashes may be avoided). |
The rank is only determined by AlphaFold (ColabFold) criteria. (e.g., pLDDT is high, pAE is low, etc.) So, top1 is about whether it is plausible by that criterion as an overall structure, and cyclic offset is hacking AlphaFold, so it cannot guarantee all disulfide bonds. The issue of whether it is good or bad as a science will not be dealt with in this issue. It is only an implementation issue. Another limitation of the current implementation is that cyclic peptides can bind at impossible valence. Please submit a pull request for suggestions to improve this issue. There was also a previous report called HighFold, which is specialized for disulfide bonding, so you might want to try that one. You will have to implement it yourself, but I have tried it. |
config.json
Context/Issue
Keeping the input parameters default, the top relaxed structure obtained from colab notebook, for PDB-1SFI, gives the peptide with NH2 at N-terminus and COOH at C-terminus. Hence, visualizing in stick mode in pymol, the peptide is not forming the cyclic conformation. The distance between "N" of N-terminus and "C" of C-terminus is 2.8Å, however for cyclic peptide formation, this bond length should be around 1.33Å. I might be missing something. Please help.
The text was updated successfully, but these errors were encountered: