This is a read-only mirror of pymolwiki.org

Save traj

From PyMOL Wiki
Revision as of 03:58, 4 March 2019 by Cchem (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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