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

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