[PyMOL] scripts for calculating the distance in multi frames ?

2016-12-22 Thread XP Chen
Hi, everyone. I have many ligand docking results which stored as multi model pdbs. I want to generate the distance between every frame of ligand and a residure in protein. How to script it ? My idea is first: cmd.split_states() then: cmd.distance() finally: cmd.delete() delete all the states

Re: [PyMOL] scripts for calculating the distance in multi frames ?

2016-12-25 Thread XP Chen
? 在2016年12月22 15时59分, "XP Chen"写道: Hi, everyone. I have many ligand docking results which stored as multi model pdbs. I want to generate the distance between every frame of ligand and a residure in protein. How to script it ? My idea is first: cmd.split_states() then: cm