Re: [PyMOL] Calculate the angle between two domains

2019-11-29 Thread Jared Sampson
Hi Yikan - Check out: https://pymolwiki.org/index.php/Angle_between_domains Hope that helps. Cheers, Jared On November 27, 2019 at 4:02:34 AM, Zhang Yikan via PyMOL-users (pymol-users@lists.sourceforge.net) wrote: Hi all, I am a beginner of the PyMol script. I have 200 pdbs(names, C_1, C_2,

[PyMOL] Calculate the angle between two domains

2019-11-27 Thread Zhang Yikan via PyMOL-users
Hi all, I am a beginner of the PyMol script. I have 200 pdbs(names, C_1, C_2, …..C_200), and all of them contain 2 domains(resi 1-80, or resi 92-160). I want to calculate the rotation angle between the two domains. I do this calculation with the orientation.py in batch mode.  Do someone know ho