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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
PyMOL>load dat/small01.mol
ExecutiveLoad: "dat/small01.mol" loaded as "small01", through state 1.
PyMOL>save tmp/small01.mol
chempy: writing "tmp/small01.mol".
Save: wrote "tmp/small01.mol".
PyMOL>save tmp/small01.pkl
Save: wrote "tmp/small01.pkl".
PyMOL>save tmp/small02.pkl,format=pkla
Save: wrote "tmp/small02.pkl".
PyMOL>save tmp/small01.mmod
chempy: writing "tmp/small01.mmod".
Save: wrote "tmp/small01.mmod".
PyMOL>save tmp/small01.mmd
chempy: writing "tmp/small01.mmd".
Save: wrote "tmp/small01.mmd".
PyMOL>save tmp/small01.pdb
Save: wrote "tmp/small01.pdb".
PyMOL>multisave tmp/small01.pmo,small01
Multisave: wrote 1 object(s) to 'tmp/small01.pmo'.
PyMOL>dele all
PyMOL>load tmp/small01.pmo
CmdLoad: "tmp/small01.pmo" loaded as "small01".
PyMOL>dele all
PyMOL>load tmp/small01.pdb
CmdLoad: "tmp/small01.pdb" loaded as "small01".
PyMOL>count_atoms
count_atoms: 36 atoms
PyMOL>dele all
PyMOL>load tmp/small01.mmd
CmdLoad: "tmp/small01.mmd" loaded as "small01".
PyMOL>count_atoms
count_atoms: 36 atoms
PyMOL>dele all
PyMOL>load tmp/small01.mmod
CmdLoad: "tmp/small01.mmod" loaded as "small01".
PyMOL>count_atoms
count_atoms: 36 atoms
PyMOL>dele all
PyMOL>load tmp/small01.pkl
Executive: object "small01" created.
PyMOL>count_atoms
count_atoms: 36 atoms
PyMOL>dele all
PyMOL>load tmp/small02.pkl
Executive: object "small02" created.
PyMOL>count_atoms
count_atoms: 36 atoms
PyMOL>dele all
PyMOL>load tmp/small01.mol
ExecutiveLoad: "tmp/small01.mol" loaded as "small01", through state 1.
PyMOL>count_atoms
count_atoms: 36 atoms
PyMOL>feedback disable,ray,details
PyMOL>ray
PyMOL>png tmp/tmp.png
ScenePNG: wrote 640x480 pixel image to file "tmp/tmp.png".
PyMOL>load_png tmp/tmp.png
Scene: loaded image from 'tmp/tmp.png'.
|