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 one may start before the current one finishes. So multiple commands may be running at the same time, or asynchronously. For example, if you were to run a script containing the following: fetch 1xyz as cartoon color blue, chain A Depending on the speed of the download, the protein would likely end up looking just like if you only called `fetch 1xyz`, as the other two commands will have started (and finished) before the `fetch` is complete. Cheers, Jared On Nov 21, 2015, at 6:11 AM, Smith Liu <smith_liu...@163.com<mailto:smith_liu...@163.com>> wrote: Dear All, Will you please tell me the meaning of "async"in pymol script? Smith ------------------------------------------------------------------------------ _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net<mailto:PyMOL-users@lists.sourceforge.net>) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
------------------------------------------------------------------------------
_______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net