Save traj

From PyMOLWiki
Revision as of 07:18, 25 February 2019 by Speleo3 (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Included in psico
This command or function is available from psico, which is a PyMOL extension.

Module psico.exporting

save_traj can save the coordinates of a multi-state object to DCD or CRD trajectory format.

Usage

save_traj filename [, selection [, format ]]

Example

import psico.exporting
fetch 1nmr, async=0
save_traj 1nmr.dcd, 1nmr

See Also