initial git commit
[django_unres.git] / files / pdb.pml
1 import show_UNRES
2
3 load file_GB000.pdb,unres
4
5 zoom buffer=10
6
7 hide all
8 bg_color white
9 color grey
10
11 show unres,unres
12 show stick, unres 
13 png unres.png,500,400,ray=1
14
15 save unres.pse
16
17 load plik.pdb,ref
18
19
20 hide all
21 align unres,ref
22
23 zoom 
24
25
26 spectrum count,rainbow,ref
27 spectrum count,rainbow,unres
28 show cartoon,ref
29 show sticks,unres and name CA 
30 png unres_overlap.png,500,400,ray=1
31
32