home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / rasmol / scipts / bilayer / !Bilayer / Z-PC20A_SC < prev    next >
Text File  |  1996-03-28  |  3KB  |  136 lines

  1. #!rasmol -script
  2. # File: Z-PC20A.SCR
  3. # Creator: RasMol Version 2.6
  4.  
  5. background [0,0,0]
  6. zap
  7. load pdb "SLC-W.PDB"
  8. set ambient 60
  9. set specular off
  10.  
  11. reset
  12. slab off
  13. rotate y -89
  14. rotate x -1
  15. zoom 200
  16.  
  17. set bonds off
  18. set axes off
  19. set boundingbox off
  20. set unitcell off
  21. set bondmode and
  22. dots off
  23.  
  24.  
  25. # Avoid Colour Problems!
  26. select all
  27. colour bonds none
  28. colour backbone none
  29. colour hbonds none
  30. colour ssbonds none
  31. colour ribbons none
  32. colour white
  33.  
  34. # Atoms
  35. select (atomno>=2081) and (atomno<=2096)
  36. colour atoms [200,200,140]
  37. select (atomno>=2097) and (atomno<=2132)
  38. colour atoms cpk
  39. select (atomno>=2133) and (atomno<=2148)
  40. colour atoms [200,200,140]
  41. select (atomno>=2149) and (atomno<=2184)
  42. colour atoms cpk
  43. select (atomno>=2185) and (atomno<=2200)
  44. colour atoms [200,200,140]
  45. select (atomno>=2201) and (atomno<=2236)
  46. colour atoms cpk
  47. select (atomno>=2237) and (atomno<=2252)
  48. colour atoms [200,200,140]
  49. select (atomno>=2253) and (atomno<=2288)
  50. colour atoms cpk
  51. select (atomno>=2289) and (atomno<=2304)
  52. colour atoms [200,200,140]
  53. select (atomno>=2305) and (atomno<=2340)
  54. colour atoms cpk
  55. select (atomno>=2341) and (atomno<=2356)
  56. colour atoms [200,200,140]
  57. select (atomno>=2357) and (atomno<=2392)
  58. colour atoms cpk
  59. select (atomno>=2393) and (atomno<=2408)
  60. colour atoms [200,200,140]
  61. select (atomno>=2409) and (atomno<=2444)
  62. colour atoms cpk
  63. select (atomno>=2445) and (atomno<=2460)
  64. colour atoms [200,200,140]
  65. select (atomno>=2461) and (atomno<=2496)
  66. colour atoms cpk
  67. select (atomno>=2497) and (atomno<=2512)
  68. colour atoms [200,200,140]
  69. select (atomno>=2513) and (atomno<=2548)
  70. colour atoms cpk
  71. select (atomno>=2549) and (atomno<=2564)
  72. colour atoms [200,200,140]
  73. select (atomno>=2565) and (atomno<=2600)
  74. colour atoms cpk
  75. select (atomno>=2601) and (atomno<=2616)
  76. colour atoms [200,200,140]
  77. select (atomno>=2617) and (atomno<=2652)
  78. colour atoms cpk
  79. select (atomno>=2653) and (atomno<=2668)
  80. colour atoms [200,200,140]
  81. select (atomno>=2669) and (atomno<=2704)
  82. colour atoms cpk
  83. select (atomno>=2705) and (atomno<=2720)
  84. colour atoms [200,200,140]
  85. select (atomno>=2721) and (atomno<=2756)
  86. colour atoms cpk
  87. select (atomno>=2757) and (atomno<=2772)
  88. colour atoms [200,200,140]
  89. select (atomno>=2773) and (atomno<=2808)
  90. colour atoms cpk
  91. select (atomno>=2809) and (atomno<=2824)
  92. colour atoms [200,200,140]
  93. select (atomno>=2825) and (atomno<=2860)
  94. colour atoms cpk
  95. select (atomno>=2861) and (atomno<=2876)
  96. colour atoms [200,200,140]
  97. select (atomno>=2877) and (atomno<=2912)
  98. colour atoms cpk
  99. select (atomno>=2913) and (atomno<=2928)
  100. colour atoms [200,200,140]
  101. select (atomno>=2929) and (atomno<=2964)
  102. colour atoms cpk
  103. select (atomno>=2965) and (atomno<=2980)
  104. colour atoms [200,200,140]
  105. select (atomno>=2981) and (atomno<=3016)
  106. colour atoms cpk
  107. select (atomno>=3017) and (atomno<=3032)
  108. colour atoms [200,200,140]
  109. select (atomno>=3033) and (atomno<=3068)
  110. colour atoms cpk
  111. select (atomno>=3069) and (atomno<=3084)
  112. colour atoms [200,200,140]
  113. select (atomno>=3085) and (atomno<=3120)
  114. colour atoms cpk
  115. select all
  116. spacefill on
  117. set shadow off
  118.  
  119. # Bonds
  120. wireframe 50
  121.  
  122. # Ribbons
  123. ribbons off
  124.  
  125. # Backbone
  126. backbone off
  127.  
  128. # Labels
  129. labels off
  130.  
  131. # Monitors
  132. monitors off
  133.  
  134. ssbonds off
  135. hbonds off
  136.