RE: [PyMOL] combine distance objects

2005-03-09 Thread Warren DeLano
ay, March 09, 2005 8:01 AM > To: Pymol > Subject: [PyMOL] combine distance objects > > How about > disable _dist* > enable _dist* > > Mark > _ > Mark A. Saper, Ph.D. > Associate Professor of Biological Chemistry Bi

[PyMOL] combine distance objects

2005-03-09 Thread Mark A Saper
pymol-users-ad...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of PyMOL-users digest..." Today's Topics: 1. Re: combine distance objects (Robert Campbell) 2. [Re: [PyMOL] combine distance objects] (Viktor

RE: [PyMOL] combine distance objects

2005-03-08 Thread Garcia, Tzintzuni I.
- From: pymol-users-ad...@lists.sourceforge.net on behalf of Michael George Lerner Sent: Tue 3/8/2005 10:42 AM To: Robert Campbell Cc: pymol-users@lists.sourceforge.net Subject: Re: [PyMOL] combine distance objects On Tue, 8

Re: [PyMOL] combine distance objects

2005-03-08 Thread Michael George Lerner
On Tue, 8 Mar 2005, Robert Campbell wrote: Hi, Daniel Farrell [Monday, March 07, 2005 1:23 PM] wrote: I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I

[Re: [PyMOL] combine distance objects]

2005-03-08 Thread Viktor Hornak
Robert Campbell wrote: Hi, Daniel Farrell [Monday, March 07, 2005 1:23 PM] wrote: I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I want: distance d

Re: [PyMOL] combine distance objects

2005-03-08 Thread Robert Campbell
Hi, > Daniel Farrell [Monday, March 07, 2005 1:23 PM] wrote: > > > > I want to create a lot of distance objects (in the hundreds) > > between particular atomic pairs. Obviously I can make a > > script like the following, inserting the exact atomic > > selections that I want: > > > > distance

RE: [PyMOL] combine distance objects

2005-03-07 Thread Warren DeLano
> -Original Message- > From: pymol-users-ad...@lists.sourceforge.net > [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Daniel Farrell > Sent: Monday, March 07, 2005 1:23 PM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] combine distan

[PyMOL] combine distance objects

2005-03-07 Thread Daniel Farrell
I want to create a lot of distance objects (in the hundreds) between particular atomic pairs. Obviously I can make a script like the following, inserting the exact atomic selections that I want: distance distobj12 = (atom1), (atom2) distance distobj34 = (atom3), (atom4) ... etc. However, I wi