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
?
在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