Hi,
Thanks for taking time to answer the questions. Could you advise me of how to save distances using a python script.
Here is what I have:
from chimera import runCommand as rc
rc("open 1t4y")
rc("distance :33@H :34@H")
#how to save distance.
Another related question: how to save "rmsd" of two structures using a python script?
Thanks,
Yonggang