This is a read-only mirror of pymolwiki.org

Difference between revisions of "Save traj"

From PyMOL Wiki
Jump to navigation Jump to search
(created)
 
m (1 revision)
 
(No difference)

Latest revision as of 03:58, 4 March 2019

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