Skip to content
Snippets Groups Projects
Commit 01aae1eb authored by Studer Gabriel's avatar Studer Gabriel
Browse files

requires internal coordinates editor instead of external one

parent 8bb52584
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import math
e=io.LoadEntity('../entity/sdh.pdb')
c=e.FindChain('A')
edi=e.EditXCS(mol.EditMode.BUFFERED_EDIT)
edi=e.EditICS(mol.EditMode.BUFFERED_EDIT)
for r in c.GetResidueList():
phi=r.GetPhiTorsion()
psi=r.GetPsiTorsion()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment