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

it's not really necessary to print the dihedral angles,

they are all the same anyway after editing
parent 9b3606bb
No related branches found
No related tags found
No related merge requests found
......@@ -14,16 +14,7 @@ for r in c.GetResidueList():
edi.UpdateXCS()
for r in c.GetResidueList():
phi=r.GetPhiTorsion()
psi=r.GetPsiTorsion()
if phi.IsValid():
print 'PHI %3.0f' % math.degrees(phi.GetAngle())
if psi.IsValid():
print 'PSI %3.0f' % math.degrees(psi.GetAngle())
g=gfx.Entity('helix', e.Select('aname=CA,N,O,C,CB'))
#g=gfx.Entity('helix', e)
scene.Add(g)
scene.SetCenter(g.GetCenter())
......
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