[MMTK] MMTK
Konrad Hinsen
hinsen@cnrs-orleans.fr
Sat, 15 Sep 2001 11:38:21 +0200
> I am new using MMTK, and I need an output of the Phi Psi values of
> residues of PDB files using MMTK and python... how can I do that?
from MMTK import *
from MMTK.Proteins import Protein
protein = Protein('proteinpdb')
print protein.phiPsi()
Konrad.
--
-------------------------------------------------------------------------------
Konrad Hinsen | E-Mail: hinsen@cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.56.24
Rue Charles Sadron | Fax: +33-2.38.63.15.17
45071 Orleans Cedex 2 | Deutsch/Esperanto/English/
France | Nederlands/Francais
-------------------------------------------------------------------------------