Skip to content

Instantly share code, notes, and snippets.

@JonasR
Created August 31, 2012 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonasR/3557814 to your computer and use it in GitHub Desktop.
Save JonasR/3557814 to your computer and use it in GitHub Desktop.
create trajectory animations
#!/bin/bash
pymol -c createTrajectories.pml
rm mov0001.png
convert -delay 25 -dispose Background -loop 0 *.png TSD_178H_traj.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment