Re: [PyMOL] creating selections without launching GUI

2015-03-08 Thread Osvaldo Martin
Hi Irem, You could use __main__.pymol_argv = ['pymol','-qc'] the "c" suppress the GUI. Cheers, Osvaldo. On Sun, Mar 8, 2015 at 9:32 PM, Irem Altan wrote: > Hi, > > I have recently started to play with PyMOL and using python scripts. Is > it possible to create a new selection without laun

[PyMOL] creating selections without launching GUI

2015-03-08 Thread Irem Altan
Hi, I have recently started to play with PyMOL and using python scripts. Is it possible to create a new selection without launching the GUI? I want to manipulate the selection and calculate the surface area, and then delete it. I will be doing this for a lot of proteins so I would like to be ab