hello,
I am using educational version of Pymol to generate png image of
protein-ligand complex
First, there are no problems in the case of PNG command from pymol's
GUI. However if I run the same from script from terminal:
MacPyMOL -c -d "
from pymol import cmd
cmd.load('${pdb}')
cmd.png('${storage}/${experiment}/${pdb_name}.png',ray=0)
"
it does not produce an image with the following message:
! Ray tracing is not supported in Educational-Use-Only PyMOL. This version
! has a reduced set of features compared to the full Incentive PyMOL version.
! Please visit http://pymol.org/edu for details. If you want to generate
! figures for publication, then please obtain an academic license,
! see http://pymol.org/academic
note that ray is disabled in my command (since I do not need a HQ
image) and as I've mentioned there were no problems to create an image
from gui session using the same command. Could it be fixed for my case
or I need another version of Pymol ?
Thank you !
_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/[email protected]
Unsubscribe:
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe