background white
zap
load 1TYG.pdb
restrict none
select all
pause
spacefill
zoom 100
echo 1. Spacefill model
pause

select protein
spacefill off
backbone 50
color structure
restrict protein
echo 2. Backbone model
pause

select protein
backbone off
ribbons
color structure
restrict protein
echo 3. Ribbons model
pause

select all
ribbons off
select protein
backbone 50
color structure
echo 4. Backbone of the potein components
pause

select *B
color blue
echo 5. Chain B - blue
pause

select *G
color red
echo 6. Chain G - red
pause

select *A
color yellow
select *C
color yellow
echo 6. The rest of the complex is yellow
pause

select not protein
wireframe 110
spacefill 220
color cpk
echo 7. Multiatom ligands in spacefill+wireframe model. Monoatom ligands in spacefill model. HOH is red. PO4 is red and orange.
pause

restrict *B
select *B
backbone 50
centre selected
zoom 350
echo 8. Backbone of chain B
pause

select MET1:B
wireframe 70
spacefill 150
color green

select MET1:B.O
set fontsize 14
set fontstroke 2
label%n%r
colour label red

select GLY65:B
wireframe 70
spacefill 150
color green

select GLY65:B.CA
set fontsize 14
set fontstroke 2
label%n%r
colour label red
echo 9. Terminal amino acids
pause

select MET1:B.N
spacefill 250
color grey
label%a
colour label gold

select GLY65:B.O
spacefill 250
color grey
label%a
colour label gold

select GLY65:B.OXT
spacefill 250
color grey
label%a
colour label gold
echo 10. Amino and Carboxy terminals
pause