Save traj

From PyMOLWiki
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