[PyMOL] Persistent PyMOL pipes? Preventing a call to 'cmd.quit()'.

2006-10-29 Thread Edward d'Auvergne
Hi, I am the project administrator for the open source program relax (http://nmr-relax.com or https://gna.org/projects/relax) and am interested in interfacing relax with PyMOL. relax is a program for studying the dynamics of proteins, RNA, or other organic molecules through the analysis of NMR r

Re: [PyMOL] Persistent PyMOL pipes? Preventing a call to 'cmd.quit()'.

2006-10-29 Thread DeLano Scientific
Edward, Add a "K" keepalive option along with the -p: pymol -pK Cheers, DeLano Scientific LLC Email Support Services > -Original Message- > From: pymol-users-boun...@lists.sourceforge.net > [mailto:pymol-users-boun...@lists.sourceforge.net] On Behalf > Of Edward d'Auvergne > Sent: S

Re: [PyMOL] Persistent PyMOL pipes? Preventing a call to 'cmd.quit()'.

2006-10-29 Thread Edward d'Auvergne
Thank you. That option kept the PyMOL pipe alive. As the option is stored in the structure 'options.keep_thread_alive', would this '-K' option cause a different behaviour of the program or is the program simply run as a parent thread and this option keeps the parent alive? Cheers, Edward On