I'm trying to render a 70S ribosome molecule (about
140,000 atoms) with povray by using a "make_pov.py"
script as the one described by Scott Classen
earlier on in this thread. I got the whole process
to work with a line model of the 70S but when I
create a cartoon model of the ribosome pymol crashes
at the make_pov('povray.inp') stage. Here is the
output of a run with the new beta version
%%%%%
> pymol-0_98beta05/pymol/pymol.com -c log-pvr
ay-test.pml
PyMOL(TM) Molecular Graphics System, Version
0.98beta05.
Copyright (C) 2004 by DeLano Scientific LLC.
All Rights Reserved.
Created by Warren L. DeLano, Ph.D.
Other Major Authors and Contributors:
Ralf W. Grosse-Kunstleve, Ph.D.
PyMOL is user-supported open-source software.
Although most versions
are freely available, PyMOL is not in the public
domain.
If PyMOL is helpful in your work or study, then
please volunteer
support for our ongoing campaign to create open
and affordable software
for molecular research.
Updates and other information can be found at
"http://www.pymol.org".
Please cite PyMOL in publications and presentations:
Warren L. DeLano "The PyMOL Molecular
Graphics System."
DeLano Scientific LLC, San Carlos, CA, USA.
http://www.pymol.org
Enter "help" for a list of commands.
Enter "help <command-name>" for information on a
specific command.
Hit ESC anytime to toggle between text and graphics.
Command mode. No graphics front end.
PyMOL>load log-test-povray.pse
Executive: Loading version 0.95 session...
PyMOL>run make_pov.py
PyMOL>make_pov('test_molecule.pov')
RepSurface: 8875 surface points.
RepSurface: 14190 triangles.
RepSurface: 8875 surface points.
RepSurface: 14190 triangles.
RayRenderPOV: w 640 h 480 f 760.232 b 1001.270
RayRenderPOV: vol -383.479 383.479 -287.610
RayRenderPOV: vol 287.610 760.232 1001.270
RayRenderPovRay: processed 1115684 graphics primitives.
pymol-0_98beta05/pymol/pymol.com: line 14: 8439
Segmentation fault (core dumped)
$PYMOL_PATH/pymol.exe $*
%%%%%
and here is the same output with version 0.95
%%%%%
> pymol -c log-pvray-test.pml
PyMOL(TM) Molecular Graphics System, Version 0.95.
Copyright (C) 2004 by DeLano Scientific LLC.
All Rights Reserved.
Created by Warren L. DeLano, Ph.D.
Other Major Authors and Contributors:
Ralf W. Grosse-Kunstleve, Ph.D.
PyMOL is user-supported open-source software.
Although most versions
are freely available, PyMOL is not in the public
domain.
If PyMOL is helpful in your work or study, then
please volunteer
support for our ongoing campaign to create open
and affordable software
for molecular research.
Updates and other information can be found at
"http://www.pymol.org".
Please cite PyMOL in publications and presentations:
Warren L. DeLano "The PyMOL Molecular
Graphics System."
DeLano Scientific LLC, San Carlos, CA, USA.
http://www.pymol.org
Enter "help" for a list of commands.
Enter "help <command-name>" for information on a
specific command.
Hit ESC anytime to toggle between text and graphics.
Command mode. No graphics front end.
PyMOL>load log-test-povray.pse
Executive: Loading version 0.95 session...
PyMOL>run make_pov.py
PyMOL>make_pov('test_molecule.pov')
RepSurface: 8874 surface points.
RepSurface: 14194 triangles.
RepSurface: 8874 surface points.
RepSurface: 14194 triangles.
RayRenderPOV: w 640 h 480 f 760.232 b 1001.270
RayRenderPOV: vol -383.479 383.479 -287.610
RayRenderPOV: vol 287.610 760.232 1001.270
RayRenderPovRay: processed 1115688 graphics primitives.
Segmentation fault (core dumped)
%%%%%
Any suggestions?
Anton