1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
PyMOL>load dat/ligs3d.sdf
ObjectMoleculeReadStr: read through molecule 1.
ObjectMoleculeReadStr: read through molecule 2.
ObjectMoleculeReadStr: read through molecule 3.
ObjectMoleculeReadStr: read through molecule 4.
ObjectMoleculeReadStr: read through molecule 5.
ObjectMoleculeReadStr: read through molecule 6.
ObjectMoleculeReadStr: read through molecule 7.
ObjectMoleculeReadStr: read through molecule 8.
ObjectMoleculeReadStr: read through molecule 9.
ObjectMoleculeReadStr: read through molecule 10.
ExecutiveLoad: "dat/ligs3d.sdf" loaded as "ligs3d", through state 10.
PyMOL>print cmd.get_names()
['ligs3d']
PyMOL>print cmd.select("(all)")
337
PyMOL>set ray_default_renderer=2
Setting: ray_default_renderer set to 2.
PyMOL>set valence
Setting: valence set to on.
PyMOL>frame 1
PyMOL>ray
RayRenderTest: obtained 91 graphics primitives.
PyMOL>frame 10
PyMOL>ray
RayRenderTest: obtained 70 graphics primitives.
PyMOL>hide
PyMOL>show sticks
PyMOL>ray
RayRenderTest: obtained 70 graphics primitives.
PyMOL>unset valence
Setting: valence set to off.
PyMOL>ray
RayRenderTest: obtained 42 graphics primitives.
|