Open x811zou opened 3 years ago
That warning means Osprey wasn't able to match those residues to its internal database of residues, aka "templates". Osprey uses these templates to determine where the bonds are in the molecule, since the PDB file format doesn't provide that information.
When Osprey can't match templates correctly, usually there's something different about that residue that causes it to not match the canonical residue definition in the template database. Sometimes that's caused by non-standard chain caps, or missing atoms, extra atoms, etc.
Hi! I am very new to OSPREY, and I did not find anyone asked this problem before. I was trying to run OSPREY on a PDB structure 7KMB using the provided kstar.py, here are my modified code:
and error occurs here:
I also tried using mutagensis function in pymol to replace the three residues listed above, but still getting the same error. Does anyone know what does this error mean? Thanks!