[PyMOL] Basic hardware questions

2004-06-14 Thread pdoucett
Hello All, I was switching in and out some hardware and was trying to understand exactly what does what when it comes to pyMol. Assumng all is equal, what role the processor, memory and video card play in on-screen manipulations and rendering. Maybe a better way to ask this question is: if you

[PyMOL] scripts with inline PDB

2004-06-14 Thread Reece Hart
Amigos- Does anyone know of a way to embed coordinates within a pymol script? I'd like to be able to programmatically generate a self-contained pymol script which loads the embedded coords, defines selections, and highlights selections with colors/rendering. The immediate use for this is to write

Re: [PyMOL] scripts with inline PDB

2004-06-14 Thread Michael George Lerner
> Does anyone know of a way to embed coordinates within a pymol script? Have you seen cmd.read_pdbstr() and its companion cmd.get_pdbstr()? -michael > I'd like to be able to programmatically generate a self-contained pymol > script which loads the embedded coords, defines selections, and > highl

Re: [PyMOL] scripts with inline PDB

2004-06-14 Thread Reece Hart
On Mon, 2004-06-14 at 19:20, Michael George Lerner wrote: > Have you seen cmd.read_pdbstr() and its companion cmd.get_pdbstr()? I remembered a discussion about such functionality several months ago (at least), but couldn't remember whether it was a feature request or implemented. Anyway, I got i