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

RMSD utility error #146

Closed
tfguclu opened this issue Jan 7, 2025 · 1 comment
Closed

RMSD utility error #146

tfguclu opened this issue Jan 7, 2025 · 1 comment

Comments

@tfguclu
Copy link

tfguclu commented Jan 7, 2025

Hi,
I use the Colab version of BindCraft, and I am always getting this error:


RuntimeError Traceback (most recent call last)

in <cell line: 18>()
94
95 # target structure RMSD compared to input PDB
---> 96 trajectory_target_rmsd = unaligned_rmsd(target_settings["starting_pdb"], trajectory_pdb, target_settings["chains"], 'A')
97
98 # save trajectory statistics into CSV

/content/bindcraft/functions/pyrosetta_utils.py in unaligned_rmsd(reference_pdb, align_pdb, reference_chain_id, align_chain_id)
197 rmsd_metric = RMSDMetric()
198 rmsd_metric.set_comparison_pose(reference_chain_pose)
--> 199 rmsd = rmsd_metric.calculate(align_chain_pose)
200
201 return round(rmsd, 2)

RuntimeError:

File: /home/benchmark/rosetta/source/src/core/pose/Pose.cc:984
[ ERROR ] UtilityExitException
ERROR: Pose::residue_type( Size const seqpos ): variable seqpos is out of range!

""""""""""""""""

Please see my PDB as input, I mostly use the defaults.

wt_dhf_MD_lf.txt

Thank you.

@martinpacesa
Copy link
Owner

I think it might be all those modifications in your pdb. BindCraft only works with canonical amino acids and proteins

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

No branches or pull requests

2 participants