>2. Is there any way to get the information about bonds, angles and dihedrals ? > I found the following command can display the bonds information, but can't > be assigned to a variable. >> >cmd.select('all') > >atoms=cmd.get_model('sele') > >print atoms.list() http://pymolwiki.org/index.php/Get_Distance http://pymolwiki.org/index.php/Get_Angle http://pymolwiki.org/index.php/Get_Dihedral
>3. Is there any way to learn these python api commands of pymol ? http://pymolwiki.org/index.php/Category:Commands is a good start, looking through the script library is good. using other python techniques to dump the contents of cmd is good. > >Thank you! > > >Blog: http://blog.4message.net > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net