Difference between revisions of "Save"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
"save" writes selected atoms to a file.  The file format is
+
'''save''' writes selected atoms to a file.  The file format is
 
autodetected if the extesion is ".pdb", ".pse", ".mol", ".mmod", or
 
autodetected if the extesion is ".pdb", ".pse", ".mol", ".mmod", or
 
".pkl"
 
".pkl"

Revision as of 13:08, 29 June 2005

DESCRIPTION

save writes selected atoms to a file. The file format is autodetected if the extesion is ".pdb", ".pse", ".mol", ".mmod", or ".pkl"

Note that if the file extension ends in ".pse" (PyMOL Session), the complete PyMOL state is always saved to the file (the selection and state parameters are thus ignored).

USAGE

 save file [,(selection) [,state [,format]] ]
 

PYMOL API

 cmd.save(file, selection, state, format)

NOTES

  • When saving a session file, then "state" has no effect.
  • When state = 0 (default), only the current state is written.
  • When state = -1, then a multi-state output file is written (PDB only).

SEE ALSO

  Cmd load, Cmd get_model