[PyMOL] Executing pymol commands without x-windows?

2008-10-29 Thread Tanja Mittag
Hi! I would like to run pymol scripts on the command line only without invoking the x-window because there is no need to display the structures involved (and also no way because I will run this on a Linux computer cluster). I am only interested in the pymol text output that can be piped into

Re: [PyMOL] Executing pymol commands without x-windows?

2008-10-29 Thread Tsjerk Wassenaar
Hi Tanja, Try: pymol -qcd 'cmd.help(launching)' pymol_launching.txt and examine the resulting file :) Cheers, Tsjerk On Wed, Oct 29, 2008 at 7:48 PM, Tanja Mittag tanja.mit...@gmx.de wrote: Hi! I would like to run pymol scripts on the command line only without invoking the x-window

Re: [PyMOL] Executing pymol commands without x-windows?

2008-10-29 Thread froschkoenig05
Thanks Tsjerk, this was very helpful! Cheers, Tanja Tsjerk Wassenaar wrote: Hi Tanja, Try: pymol -qcd 'cmd.help("launching")' pymol_launching.txt and examine the resulting file :) Cheers, Tsjerk On Wed, Oct 29, 2008 at 7:48 PM, Tanja Mittag tanja.mit...@gmx.de wrote: Hi!