Dear Chimera,
Is it possible to assign the result of running a chimera command in python to a string or something else? E.g doing something like:
from chimera import runCommand as rc
myresult = rc('measure center #0:.A@CA')
And then using the myresults somewhere else in the script after parsing for the relevant values?
Maybe there is a n easier way to accomplish this?
Thanks
Hernando