Re: [PyMOL] on async

2015-11-22 Thread Sampson, Jared M.
Hi Smith - I assume you’re referring to something like `fetch 1xyz, async=0`. This means that the PyMOL interpreter should wait until the PDB file is downloaded and loaded before continuing with the next step. Normally, the commands will be issued one immediately after the other and the next

Re: [PyMOL] on async

2015-11-21 Thread Osvaldo Martin
Hi Smith, That argument controls if the command runs asynchronously or not. If asyn=0 the command has to finish before the next command is executed if async = 1 the command is going to keep working (until finish) while the next commands are executed. Cheers, Osvaldo. On Sat, Nov 21, 2015 at 12:1

[PyMOL] on async

2015-11-21 Thread Smith Liu
Dear All, Will you please tell me the meaning of "async"in pymol script? Smith-- ___ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sour