<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 30, 2018, at 11:47 AM, Yu Guo <<a href="mailto:yg2@kth.se" class="">yg2@kth.se</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="margin-top: 0px; margin-bottom: 0px; caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none;" class="">​Dear Eric,<br class=""></div><div style="margin-top: 0px; margin-bottom: 0px; caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none;" class="">  I have done according to you, but seems not work. maybe something is wrong with my modification. Could you correct it ? See the attachment.<br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none; word-wrap: break-word; line-break: after-white-space;" class=""><hr tabindex="-1" style="display: inline-block; width: 526.25px;" class=""><div id="divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">发件人:</b><span class="Apple-converted-space"> </span>Eric Pettersen <<a href="mailto:pett@cgl.ucsf.edu" class="">pett@cgl.ucsf.edu</a>><br class=""><b class="">发送时间:</b><span class="Apple-converted-space"> </span>2018年11月30日 19:35<br class=""><b class="">收件人:</b><span class="Apple-converted-space"> </span>Yu Guo<br class=""><b class="">抄送:</b><span class="Apple-converted-space"> </span>chimera-users<br class=""><b class="">主题:</b><span class="Apple-converted-space"> </span>Re: [Chimera-users] 答复: 答复: 答复: needing help for separating structures</font><div class=""> </div></div><div class="">Dear Yu Guo,<div class=""><span class="Apple-tab-span" style="white-space: pre;"></span>ChimeraX has no capability to show a “reaction” trajectory where bonds break and form.  Chimera does have the capability to do this, but you actually have to make a slight modification to the Chimera code to turn on the capability.  First, you would need to get the Gaussian trajectory into one of the formats that Chimera can read.  The trajectory formats that Chimera supports are listed here:</div><div class=""><br class=""></div><div class=""><a href="https://www.cgl.ucsf.edu/chimera/current/docs/ContributedSoftware/movie/framemovie.html" class="">https://www.cgl.ucsf.edu/chimera/current/docs/ContributedSoftware/movie/framemovie.html</a></div><div class=""><br class=""></div><div class="">Then, to turn on the “dynamic bonds” capability you would need to edit the file<span class="Apple-converted-space"> </span><i class=""><your Chimera installation></i>/share/Trajectory/__init__.py and after line 26, which looks like this:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space: pre;"></span><i class="">solventResNames = set(["HOH", "WAT", "H2O", "D2O", "SOL", "TIP3”])</i></div><div class=""><br class=""></div><div class="">add this line:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space: pre;"></span><i class="">dynamicBonds = True</i></div><div class=""><br class=""></div><div class="">Use the same indentation as for the<span class="Apple-converted-space"> </span><i class="">solventResNames</i> line — indentation is important in Python [on a Mac,<span class="Apple-converted-space"> </span><i class=""><your Chimera installation></i> is Chimera.app/Contents/Resources].  Then save the file and start Chimera.  Chimera should be able to play the trajectory and show bonds breaking and forming.  The change you made causes Chimera to recompute the bonds every frame, so it may slow down your first play through of the trajectory and might slow it down a little on subsequent play throughs (it remembers the bonds after the first play through) — so you might want to undo the change after you are completely done.</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"></span>The link I gave above also has a section on “Recording a Movie” that you should read through, and probably follow some of the links in that, such as the  “making movies” and “tips on preparing images” links.</div><div class=""><br class=""></div><div class="">—Eric</div><div class=""><br class=""><div class=""><div class="" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;"><div class=""><span class="Apple-tab-span" style="white-space: pre;"></span>Eric Pettersen</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"></span>UCSF Computer Graphics Lab</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"></div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Nov 30, 2018, at 6:23 AM, Yu Guo <<a href="mailto:yg2@kth.se" class="">yg2@kth.se</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Dear Elaine,<br class="">          How can I use Chimera/ChimeraX to make a reaction movie for Gaussian16's IRC trajectory?<br class="">________________________________________<br class="">发件人: Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" class="">meng@cgl.ucsf.edu</a>><br class="">发送时间: 2018年11月27日 17:57<br class="">收件人: Yu Guo<br class="">抄送: chimera-users<br class="">主题: Re: [Chimera-users] 答复:  答复:  needing help for separating structures<br class=""><br class="">Dear Yu Guo,<br class="">Well, ChimeraX is changing every day because it is actively under development.  It is faster and better at handling large structures, and has some fancier display options… it is the “next generation” software that we intend will eventually replace Chimera.  However, it will be some time before it reaches that goal; Chimera has several analysis or modeling tools that are not (yet) in ChimeraX, and currently ChimeraX features are nearly all commands and very few GUIs.  However, ChimeraX has some new features that were never in Chimera, like support for VR and more robust/reliable molecular surface calculations, and improvements of features that were also in Chimera, like morphing molecules.<br class=""><br class="">See ChimeraX advantages summary:<br class=""><<a href="http://www.rbvi.ucsf.edu/chimerax/docs/user/advantages.html" class="">http://www.rbvi.ucsf.edu/chimerax/docs/user/advantages.html</a>><br class=""><br class="">...ChimeraX feature highlights:<br class=""><<a href="http://www.rbvi.ucsf.edu/chimerax/features.html" class="">http://www.rbvi.ucsf.edu/chimerax/features.html</a>><br class=""><br class="">...and the “missing features” list in the ChimeraX download page:<br class=""><<a href="http://www.rbvi.ucsf.edu/chimerax/download.html" class="">http://www.rbvi.ucsf.edu/chimerax/download.html</a>><br class=""><br class="">Regards,<br class="">Elaine<br class="">-----<br class="">Elaine C. Meng, Ph.D.<br class="">UCSF Chimera(X) team<br class="">Department of Pharmaceutical Chemistry<br class="">University of California, San Francisco<br class=""><br class=""><blockquote type="cite" class="">On Nov 27, 2018, at 1:54 AM, Yu Guo <<a href="mailto:yg2@kth.se" class="">yg2@kth.se</a>> wrote:<br class=""><br class="">Dear Elaine,<br class="">        Many thanks for your help!<br class="">Yes, it is B that I need! Your way works!<br class="">By the way, what are the  main differences in functions between Chimera and ChimeraX?<br class="">Regards<br class="">________________________________________<br class="">发件人: Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" class="">meng@cgl.ucsf.edu</a>><br class="">发送时间: 2018年11月26日 23:56<br class="">收件人: Yu Guo<br class="">抄送: chimera-users<br class="">主题: Re: [Chimera-users] 答复:  needing help for separating structures<br class=""><br class="">Hi Yu Guo,<br class="">The PDB file is not needed, since I already spent the time to investigate what was in the mmCIF file, and gave you several example commands to select parts of the structure.  If you have selected atoms, you can use the Actions menu to hide, show, or delete them. Please see the rest of the previous reply.<br class="">Best,<br class="">Elaine<br class="">-----<br class="">Elaine C. Meng, Ph.D.<br class="">UCSF Chimera(X) team<br class="">Department of Pharmaceutical Chemistry<br class="">University of California, San Francisco<br class=""><br class=""><blockquote type="cite" class="">On Nov 26, 2018, at 12:31 PM, Yu Guo <<a href="mailto:yg2@kth.se" class="">yg2@kth.se</a>> wrote:<br class=""><br class="">Dear Elaine,<br class="">Thank you very much for help. Here I attach 6dho.pdb which has been converted from the original 6dho.cif by Openbabel. Since I am not very familar with the Chimera command, I hope you could make it easier with this .pdb file.<br class="">Best wishes<br class="">________________________________________<br class="">发件人: Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" class="">meng@cgl.ucsf.edu</a>><br class="">发送时间: 2018年11月26日 20:28<br class="">收件人: Yu Guo<br class="">抄送:<span class="Apple-converted-space"> </span><a href="mailto:chimera-users@cgl.ucsf.edu" class="">chimera-users@cgl.ucsf.edu</a><br class="">主题: Re: [Chimera-users] needing help for separating structures<br class=""><br class="">Hi Yu Guo,<br class="">Well, it all depends on how these two states are described in the file.  I took a look at the associated paper in Nature and they don’t really say exactly how they described the two states, but they do mention modeling them at reduced occupancy.  So my best guess if one structure has more than one state, they are described in the file is with “alternate locations” for some atoms (i.e. multiple positions for a given atom) with reduced occupancy values.  For me, it is harder to figure out with mmCIF file than PDB because I’m more familiar with looking at PDB files in a text editor.<br class=""><br class="">Usually when there are alternate locations, they are A and B.  So, you could select (or “delete” instead of “select” but then there is no going back other than by re-opening the original file) all atoms with alternate locations A with command:<br class=""><br class="">select @.A<br class=""><br class="">… and similarly for alternate location B.  In my tests, it looks like A has the lower occupancy than B, and selecting alternate location A or B will each select 2188 atoms. You could also select by occupancy value; however, I get different numbers depending on the value I choose, presumably omitting some atoms with alternate locations or including some of the atoms that do NOT have alternate locations, so be careful using that method:<br class=""><br class="">select @/occupancy<0.4<br class="">… I avoid using “=“ because rounding issues may prevent exact match<br class="">select @/occupancy<0.45<br class="">… or you can use a range, e.g.<br class="">select @/occupancy>0.5 and occupancy<0.75<br class=""><br class="">Because they did not clearly state in the paper (or at least I didn’t see it), I could not be sure, but guessing that alternate location A is the minority state and alternate location B is the majority state, and atoms without alternate locations were the same in both states.<br class=""><br class="">How I figured out that alternate location A appears to have lower occupancy than B is with these commands:<br class="">~disp<br class="">~ribbon<br class="">disp :ala<br class="">labelopt info occupancy<br class="">label :ala@.A<br class="">~label<br class="">label :ala@.B<br class=""><br class="">I hope this helps,<br class="">Elaine<br class="">-----<br class="">Elaine C. Meng, Ph.D.<br class="">UCSF Chimera(X) team<br class="">Department of Pharmaceutical Chemistry<br class="">University of California, San Francisco<br class=""><br class="">P.S. ChimeraX is much faster reading mmCIF than Chimera.  Also it automatically only uses the alternate location set with average higher occupancy (in this case B).  However, if you want to show the altloc set with lower occupancy, there is no easy/convenient method for it yet, although it can be done with a setattr command.<br class=""><br class=""><blockquote type="cite" class="">On Nov 24, 2018, at 11:28 AM, Yu Guo <<a href="mailto:yg2@kth.se" class="">yg2@kth.se</a>> wrote:<br class=""><br class="">Dear Sir/Madam,<br class="">      I am using Chimara to display large proteins. It is very nice. 6DHO(PDB structure, see attachment) is a very recent PSII structure consisting both S2 and S3(richer) states, which are highly overlapped in the raw data. I am urgently wondering how can I separate S3 out from the S2/S3 mixture by Chimera, especially the OEY​ cluster and all its ligands? Thank you very much!<br class="">Best wishes<br class=""><br class=""><6dho.cif><br class=""></blockquote><6dho.pdb>_______________________________________________<br class="">Chimera-users mailing list:<span class="Apple-converted-space"> </span><a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription:<span class="Apple-converted-space"> </span><a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br class=""></blockquote><br class=""><br class="">_______________________________________________<br class="">Chimera-users mailing list:<span class="Apple-converted-space"> </span><a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription:<span class="Apple-converted-space"> </span><a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br class=""><br class=""></blockquote><br class=""><br class="">_______________________________________________<br class="">Chimera-users mailing list:<span class="Apple-converted-space"> </span><a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription:<span class="Apple-converted-space"> </span><a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br class=""><br class=""></div></div></blockquote></div><br class=""></div></div></div><span id="cid:F4D52383-8E15-4B89-80E7-14F6CC9502C1@cgl.ucsf.edu"><__init__.py></span><span style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none; float: none; display: inline !important;" class="">Chimera-users mailing list:<span class="Apple-converted-space"> </span></span><a href="mailto:Chimera-users@cgl.ucsf.edu" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class="">Chimera-users@cgl.ucsf.edu</a><br style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none; float: none; display: inline !important;" class="">Manage subscription:<span class="Apple-converted-space"> </span></span><a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br style="caret-color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none;" class=""></div></blockquote></div><br class=""></div></body></html>