#!rasmol -script # File: chromphyt # Creator: RasMol Version 2.6 zap background [0,0,0] load pdb "atoc.pdb" set ambient 50 set specular on set specpower 35 reset slab off rotate z 5 rotate y -4 rotate x -160 zoom 175 set bonds off set axes off set boundingbox off set unitcell off set bondmode and dots off # Avoid Colour Problems! select all colour bonds none colour backbone none colour hbonds none colour ssbonds none colour ribbons none colour white # Atoms select (atomno>=1) and (atomno<=10) colour atoms [255,0,0] select (atomno>=11) and (atomno<=23) colour atoms [0,255,0] select atomno=24 colour atoms [255,0,0] select (atomno>=25) and (atomno<=27) colour atoms [0,255,0] select (atomno>=28) and (atomno<=29) colour atoms [255,0,0] select atomno=30 colour atoms [240,0,0] select atomno=31 colour atoms [255,0,0] select (atomno>=80) and (atomno<=71) colour atoms [255,255,255] select all spacefill off # Bonds wireframe 40 # Ribbons ribbons off # Backbone backbone off # Labels labels off # Monitors monitors off ssbonds off hbonds off