[PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread leila karami
Daer users I want to know how to load two separate pdb files simultaneously. any help will highly appreciated. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Hongbo Zhu
In one PyMOL instance you can load many structures. They can be load into different objects, or different states of the same object. If you mean using one command line to load multiple structures, since its grammar is very similar to python, I think you can always use semicolon to separate two

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Hongbo Zhu
this also works: fetch 1A00 or 1A07 or 1A08 but not: load 1A00 or 1A07 or 1A08 On 06/29/2011 03:07 PM, leila karami wrote: Daer users I want to know how to load two separate pdb files simultaneously. any help will highly appreciated.

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Marius Retegan
Hello Have you tried load A.pdb load B.pdb If this does not work for you, could you please define the what simultaneous means to you, i.e what exactly are you trying to do that requires simultaneous loading of two files? Marius On Wed, Jun 29, 2011 at 3:36 PM, leila karami

[PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread leila karami
Dear all very thanks for your time and attention. my problem was solved by load A.pdb load B.pdb -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Hongbo Zhu
would python module multiprocessing meet your need? is that simultaneity the kind of simultaneity you want? On 06/29/2011 03:36 PM, leila karami wrote: Dear Hongbo very thanks for your attention. None of fetch 1A00 or 1A07 or 1A08 and fetch 1A00; fetch 1A07 does not help me. I need to load

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread lists
Are you referring to files on your computer? You should just be able to use File - Open to open one file, then do it again to open the next. -David On Jun 29, 2011, at 6:36 AM, leila karami karami.lei...@gmail.com wrote: Dear Hongbo very thanks for your attention. None of fetch 1A00 or

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Hongbo Zhu
for local files, apart from using load: load pdb1; load pdb2; load pdb3; load pdbN there is another shortcut: you put all the PDB files you need to load in the fetch_path of pymol. To find out the current fetch_path, use command: get fetch_path Then you can simply load all pdb at once using:

[PyMOL] PUI session at 2012 ACA meeting

2011-06-29 Thread Roger Rowlett
Pymol-ers, I am writing to alert the Pymol community that I will be co-organizing (under the auspices of the Council on Undergraduate Research) a session at the 2012 American Crystallographic Association meeting (July 28-Aug 1) devoted to practical

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Maia Cherney
Also you can use load A.pdb B.pdb C.pdb or load *pdb leila karami wrote: Dear all very thanks for your time and attention. my problem was solved by load A.pdb load B.pdb

Re: [PyMOL] how to load two separate pdb files simultaneously

2011-06-29 Thread Maia Cherney
I made a mistake. I meant command-line pymol *pdb or pymol A.pdb B.pdb etc. Not load *pdb. Maia Cherney wrote: Also you can use load A.pdb B.pdb C.pdb or load *pdb leila karami wrote: Dear all very thanks for your time and attention. my problem was solved by load A.pdb load