VMD-L Mailing List
From: Harindar Keer (hkeer_at_uci.edu)
Date: Thu Mar 30 2006 - 16:37:49 CST
- Next message: John Stone: "Re: script to change representaiton"
- Previous message: Super Sayan: "Re: problem with vmd"
- In reply to: Turman, Cheri M: "rmsd-fullthrottle.tcl problem"
- Next in thread: John Stone: "Re: script to change representaiton"
- Reply: John Stone: "Re: script to change representaiton"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi,
I am trying to write a script describe biological system in VMD. I am
trying to do something as following
i) Load molecule in CPK representation
ii) rotate it by 360
ii) And then change representation to VDW after waiting for sometime
and then to NewCartoon representation.
The issue is all I get to see is NewCartoon representation roataing at
the end, I tried wait and also waitfor, suggested by John on mailing
list, it seems to stop the rotation and again start after time.
I used "play" to load following script
mol new {./Desktop/1LGH_A.pdb} type pdb
mol delrep 0 top
mol representation Tube 0.4 6
mol color Name
mol selection {protein}
mol material Opaque
mol addrep top
mol rename top {dimer_LGH.pdb}
rotate y by 360 5
wait 10
mol delrep 0 top
mol representation CPK 1.4 0.5 8 8
mol color Name
mol selection {protein}
mol addrep top
Many thanks,
Harindar
- Next message: John Stone: "Re: script to change representaiton"
- Previous message: Super Sayan: "Re: problem with vmd"
- In reply to: Turman, Cheri M: "rmsd-fullthrottle.tcl problem"
- Next in thread: John Stone: "Re: script to change representaiton"
- Reply: John Stone: "Re: script to change representaiton"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]