openmm / pdbfixer

PDBFixer fixes problems in PDB files
Other
497 stars 117 forks source link

How to avoid conflicts with other atoms of the protein when undergoing amino acid mutations? #282

Closed 9527567 closed 12 months ago

9527567 commented 12 months ago

It is feasible to directly minimize the energy of the replaced PDB, but is there a cheaper method?

peastman commented 12 months ago

You should almost always do an energy minimization, whether or not amino acids have been replaced. It's a good way to fix a lot of problems.

9527567 commented 12 months ago

Thank you.