Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.cmm.msu.ru/~tasha/doc/1evv.txt
Дата изменения: Wed Oct 6 18:26:34 2004
Дата индексирования: Tue Oct 2 06:05:56 2012
Кодировка:
# This is a Rasmol script to demonstrate tRNA structure 1evv.
# In order to automatically load PDB file you may insert the following line
# load TRNA.PDB #Be careful with directories and pathes!
#
# You may include all definitions in a separate file 1evv.def and in this
script
# just add a line
# script 1evv.def
#
define helix1 1-7A, 66-72A
define helix2 11-13A, 22-24A
define helix3 27-29A, 41-43A
define helix4 50-53A, 61-64A
#This text will be typed in
#command line

define loop1 14-21A
define loop2 30-40A
define loop3 54-60A
define loop4 45-49A
#This text will be typed in
#command line

define knot1 4A, 69A
define knot2 25A, 45A
define knot3 8A, 14A
define knot4 15A, 48A
define knot5 33A, 36A
define knot6 19A, 56A
#This text will be typed in
#command line

define lend 73-76A
define anticodone 34-36A
restrict none
select all
wireframe 50
select helix1, helix2, helix3, helix4
color red
echo Enjoy stems of the best in the world tRNA !!!
pause # This command forces Rasmol to stop and wait for Enter
select loop1, loop2, loop3, loop4
color green
echo Enjoy loops of the best in the world tRNA !!!
pause # This command forces Rasmol to stop and wait for Enter
select knot1, knot2, knot3, knot4, knot5, knot6
color blue
echo Enjoy knots of the best in the world tRNA !!!
pause # This command forces Rasmol to stop and wait for Enter
select lend
color yellow
echo Enjoy lend of the best in the world tRNA !!!
pause # This command forces Rasmol to stop and wait for Enter
select anticodone
color purple
echo OMGAA anticodon is in purple!!!
pause

echo Chao!