[Chimera-users] drawing ribbon
Hartzell Jr., Criss
criss.hartzell at emory.edu
Fri Apr 3 13:38:39 PDT 2015
I have a protein with 10 transmembrane domains and would like to make a movie in which the ribbon is drawn in time from the N- to the C- terminus. I wrote a script that does that. But, the 10 transmembrane domains become hard see because they overlap one another. To solve this problem, I wanted to make the first 600 amino acids become 70% transparent after they had been drawn. Then the drawing would continue with the second half of the protein with no transparency. The problem is that the script that I have written to do this draws the first 600 amino acids 70% transparent immediately as they are drawn. Then the second half of the protein is drawn with 0 transparency. I set the wait time to 600 because I want to execute the transparecny command after the first 600 amino acids were drawn. But, instead, the drawing of the first 600 amino acids is tremendously slowed down by this command as if a wait of some duration occurs after each amino acid rather than after all 600 amino acids. I would appreciate your help. Thanks.
movie record supersample 4;
perframe "ribbon #2:$1" range 1,600;
wait 600;
transparency 70,r #2:1-600;
perframe "ribbon #2:$1" range 601,959;
movie stop;
movie encode “d:\Dropbox\Chimera_files\movie1.mp4”;
Criss Hartzell
Professor
Department of Cell Biology
Emory University School of Medicine
Atlanta, GA 30322
404-242-5719 (cell)
For Fedex, UPS, other courier:
Criss Hartzell
615 Michael St.
535 Whitehead Building
Emory University
Atlanta, GA 30322
________________________________
This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.
If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20150403/d6e8a278/attachment.html>
More information about the Chimera-users
mailing list