Jump to content

Save traj

From PyMOL Wiki

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

[edit]
save_traj filename [, selection [, format ]]

Example

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

See Also

[edit]