[PyMOL] (no subject)

2006-11-07 Thread Giacomo Bastianelli
Dear Users, I would like with a simple script to export some data regarding distances. Do any of you know how to write an output with all distances that I set up? Thanks in advance Giacomo Giacomo Bastianelli EIMID Ph.D Fellow (www.eimid.org ) Marie Curie EST gba

Re: [PyMOL] (no subject)

2006-11-07 Thread gilleain torrance
Hi, I don't know how simple you want it, but python lets you print just like: print cmd.distance(a, b) assuming that a and b are strings that are atom selections. See http://www.pymolwiki.org/index.php/Translate_And_Measure for a more complex example! :) gilleain On 11/7/06, Giacomo B