[PyMOL] loading a model form a pdb file with many models

2003-01-31 Thread Michael Tallhamer
Dear PyMOLers I have a pdb containing many models how would I load just one of the models into pymol? Or is this even posible without making a seperate pdb file from the model. Thanks Mike _ The new MSN 8: advanced junk mail p

Re: [PyMOL] Associating data structure with CGO object

2003-01-31 Thread Kristian Rother
Dear Mike, > Where would I store the reference to the object (containing my data) so > that I can retrieve it on the second call? Can I link it to the CGO object > or something? You can reference the object in Your Python script just like: my_data = [] (but i'd prefer using a class for that).