I am writing png images for many docked ligands but all the png files have
the same image - even though the file names are different for the
ligand_out.pdbqt files.   So PyMol is getting ahead of itself and quickly
looping through all the code and dumping the same image but with different
files names since the image buffer never caught up.   Thus, I will need to
programatically wait for each png to be generated, and once the png command
is finished, I can move to the next ligand.   

 

What command can be used to instruct PyMol to finish its processing before
taking on new commands, either that or e.g. 5 sec pause? I will need to use
this command right after the png command.

_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to