Hi again,

1st of all thanks to Kristian -- the "time.sleep(1)" hint works fine. Maybe you
can help me with this one also:

calling a pdb file via

pdb CODE

usually checks if the file has already been downloaded and if yes, takes it from
the local repository. 

however, calling this command from a script (within the same pymol session) via 
@script.pml (see below) ALWAYS tries to download the file, even if it is 
already there. (I don't think it has anything to do with the loop).

Any ideas? 

thanks,
christian


@script: ----------------------------
from pymol import cmd
time.sleep(1)

list = ('1n1m')

for strc in list:
    pdb strc




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
Santhera Pharmaceuticals AG for the presence of computer viruses.

www.santhera.com
**********************************************************************


Reply via email to