Re: [PyMOL] Pymol in command mode - no output

2012-12-12 Thread Per Larsson
@lists.sourceforge.net Subject: Re: [PyMOL] Pymol in command mode - no output Hi Per, You'll probably want to use something like this: # load the file load http://molecules.gnu-darwin.org/html/00150001_00175000/153919/153919.pdb, myMolecule # ray trace and save the image; you need to do this since

[PyMOL] Pymol in command mode - no output

2012-11-26 Thread Per Larsson
Hi Pymol-users, I'm running a pml-script file to render some images on a remote server, using pymol 1.4, but I do not get any output at all. And no error message, so it is hard to troubleshoot, unfortunately. To reduce the complexity of my script, I have reduced it to basically just loading

Re: [PyMOL] Pymol in command mode - no output

2012-11-26 Thread Nat Echols
On Mon, Nov 26, 2012 at 8:28 AM, Per Larsson per.lars...@sbc.su.se wrote: I'm running a pml-script file to render some images on a remote server, using pymol 1.4, but I do not get any output at all. And no error message, so it is hard to troubleshoot, unfortunately. To reduce the complexity

Re: [PyMOL] Pymol in command mode - no output

2012-11-26 Thread Jason Vertrees
Hi Per, You'll probably want to use something like this: # load the file load http://molecules.gnu-darwin.org/html/00150001_00175000/153919/153919.pdb, myMolecule # ray trace and save the image; you need to do this since you're running # PyMOL headlessly png ~/foo.png, height=768, width=1024,