filter stat files before plot
[django_unres.git] / files / movie.pml
1 import show_UNRES
2
3 load file_MD000.pdb,md
4
5 smooth md,2,2
6 hide all
7 show stick, md and name CA
8 bg_color white
9 spectrum count,rainbow,md
10
11 set ray_trace_frames,1
12 set cache_frames,0
13 viewport 500,400
14 mpng tmp/aa
15
16