<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Toni,<div class=""><br class=""></div><div class=""> That all sounds good. Yes the link you found is our svn source code for cages.py. Sorry, I accidentally gave you the https link which takes a password and allows checking in changes to the code.</div><div class=""><br class=""></div><div class=""> The additional options to the hkcage command should be no trouble. It will be pretty obvious how to add them in ChimeraX. In Chimera the code may be harder to fathom, but Colin can ask when stuck on anything.</div><div class=""><br class=""></div><div class=""> The user interface panel is the most work of what you describe. The current Icosahedron Surface tool in Chimera does not offer the hkcage options, just a plain icosahedron. The hkcage command was developed after that user interface and never got incorporated in. For that user interface window Chimera and ChimeraX will be completely different because Chimera uses the Tk window toolkit while ChimeraX uses the Qt window toolkit. I suggest giving priority to the ChimeraX version of that tool, although the plain icosahedron user interface has not been ported to ChimeraX yet. Possibly I can port it to ChimeraX making all the Tk to Qt changes as a starting point for Colin. Probably I would not have time to do that until mid-July. The Chimera icosahedron surface tool has a subdivision parameter that divides the facets into smaller triangles. The current hkcage does not support that and some extra code would be needed to compute such subdivisions of the hexagons, pentagons, ....</div><div class=""><br class=""></div><div class=""> It may also be interesting to think about how to color electron microscopy maps to show the virus capsomere arrangement, for example as in this image</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span><a href="https://www.cgl.ucsf.edu/chimera/ImageGallery/entries/herpes/herpes.html" class="">https://www.cgl.ucsf.edu/chimera/ImageGallery/entries/herpes/herpes.html</a></div><div class=""><img apple-inline="yes" id="89B1A9D9-5082-466D-A5DE-7E44771A76E0" src="cid:C32B1873-38CB-42F3-BF61-FBC3643F00F9" class=""></div><div class=""> ChimeraX hkcage docs</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span><a href="https://www.cgl.ucsf.edu/chimerax/docs/user/commands/hkcage.html" class="">https://www.cgl.ucsf.edu/chimerax/docs/user/commands/hkcage.html</a></div><div class=""><br class=""></div><div class=""> Chimera hkcage docs</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span><a href="https://www.cgl.ucsf.edu/chimera/docs/UsersGuide/midas/hkcage.html" class="">https://www.cgl.ucsf.edu/chimera/docs/UsersGuide/midas/hkcage.html</a></div><div class=""><br class=""></div><div class=""> Chimera icosahedron surface docs</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span><a href="https://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/icosahedron/icosahedron.html" class="">https://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/icosahedron/icosahedron.html</a></div><div class=""><br class=""></div><div class=""> Tom</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 25, 2020, at 9:02 AM, Antoni Luque Santolaria <<a href="mailto:aluque@sdsu.edu" class="">aluque@sdsu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Tom,<div class=""><br class=""></div><div class="">1. Thank you for the quick response and clear instructions. I wasn't aware of ChimeraX. I just installed it, and it looks fantastic.</div><div class=""><br class=""></div><div class="">2. Colin Brown (in CC) is a master student in the lab who will be leading the efforts to develop the new icosahedral tool over the summer. He will contact you if we have any questions during the development process.</div><div class=""><br class=""></div><div class="">3. I wasn't able to access the second link that you shared with us. It requires a username and password. But I found the cages.py in this other link: <a href="http://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/contrib/IcosahedralCage/cages.py?rev=26214" class="">http://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/contrib/IcosahedralCage/cages.py?rev=26214</a> Is it the same code?</div><div class=""><br class=""></div><div class="">4. The extension that we have in mind would include an option, as you suggest, to identify the lattice (h, t, s, r,...), an option to indicate if the construction uses the regular (hexagons, pentagons) or dual (single tile) blocks, and a third parameter for lattices that have a degree of freedom (see for example Figure 5a in Twarock and Luque, 2019). We would also like to add a panel to control the options manually like in the icosahedron tool. The goal of this gui panel would be to facilitate users to modify the radius, sphere factor, and other options on the fly to obtain a good visual agreement with the viral structure or macromolecular complex of study. Let us know if this would be reasonable.</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Toni</div><div class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 24, 2020 at 2:30 PM Tom Goddard <<a href="mailto:goddard@sonic.net" target="_blank" class="">goddard@sonic.net</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">Hi Toni,<div class=""><br class=""></div><div class=""> Neat! I wrote the hkcage code and I think adding your 3 additional series t,s,r to that command would be the way for researchers to get the most use out of it. It could simply be adding one more option to that command that specifies the series. The code that would be needed is Python that computes the vertex coordinates, a triangulation (a list of 3-tuples of vertex indices), and an edge mask that says which of the triangle edges should be hidden (one integer per triangle with 3-bits 0x1, 0x2, 0x4 indicating if the triangle edge should be shown). I could incorporate your code into the Chimera and ChimeraX distributions and we would credit you cite your paper in the documentation. I think it would be quite easy for you to simply modify the cage.py code in your Chimera or ChimeraX distribution, do all the testing, write a bit of documentation describing the new option -- send that to me and I will get it into the daily builds and subsequent releases.</div><div class=""><br class=""></div><div class=""> ChimeraX is the successor of Chimera and ChimeraX 1.0 was just released. Most researchers are still using Chimera instead of ChimeraX but we expect that to transition over the next few years, so I would suggest making your addition to the ChimeraX code. But you can make the additions to ChimeraX or Chimera and I can move it to the other if you like, the hkcage code for the two is nearly identical. ChimeraX uses Python 3 while Chimera uses Python 2.</div><div class=""><br class=""></div><div class=""><span style="white-space:pre-wrap" class=""> </span><a href="https://www.rbvi.ucsf.edu/trac/ChimeraX/browser/src/bundles/hkcage/src/cage.py" target="_blank" class="">https://www.rbvi.ucsf.edu/trac/ChimeraX/browser/src/bundles/hkcage/src/cage.py</a></div><div class=""><br class=""></div><div class=""><span style="white-space:pre-wrap" class=""> </span><a href="https://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/libs/IcosahedralCage/cages.py" target="_blank" class="">https://plato.cgl.ucsf.edu/trac/chimera/browser/trunk/libs/IcosahedralCage/cages.py</a></div><div class=""><br class=""></div><div class=""> Tom</div><div class=""><br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Jun 24, 2020, at 8:49 AM, Antoni Luque Santolaria <<a href="mailto:aluque@sdsu.edu" target="_blank" class="">aluque@sdsu.edu</a>> wrote:</div><br class=""><div class=""><div dir="ltr" class="">Dear Chimera development team,<div class=""><br class=""></div><div class="">My lab is interested in developing (or extending) a new version of the hkcage command in cages.py to include the different icosahedral lattices that have been recently discovered and have important implications for viral structures (see Twarock and Luque, Nature Communications, 2019). We would like to receive advice on what would be the best approach to help integrate the tool to be used and shared with the Chimera community. Would it be better to extend hkcage? Generate a new function? Integrate the function in cages.py? Generate a different python script?</div><div class=""><br class=""></div>My lab (<a href="https://www.luquelab.com/" target="_blank" class="">https://www.luquelab.com/</a>) is part of the Viral Information Institute at San Diego State University (<a href="https://viralization.org/" target="_blank" class="">https://viralization.org/</a>) and recently discovered, in collaboration with Prof. Reidun Twarock (The University of York), a new set of icosahedral lattices that describe previously uncharacterized viral capsid structures (<a href="https://www.nature.com/articles/s41467-019-12367-3" target="_blank" class="">https://www.nature.com/articles/s41467-019-12367-3</a>). My lab's goal is to develop a tool in Chimera that reflects these new geometries and helps us analyze viral capsids and other complexes with icosahedral symmetry. We would also like to facilitate the scientific community to use this tool in Chimera. This project will be developed as part of an NSF award.<div class=""><br class=""></div><div class="">Please let us know the best way to proceed.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Toni<br class=""><div class=""><br class=""></div><div class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px" class="">Antoni Luque, PhD</div><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px" class=""><a href="http://luquelab.com/" style="color:rgb(17,85,204)" target="_blank" class="">http://luquelab.com</a><br class=""><div class="">Assistant Professor</div><div class="">Department of Mathematics and Statistics</div><div class="">Viral Information Institute</div><div class="">San Diego State University</div><div class=""><br class=""></div><div class="">Office: GMCS 514</div><div class="">Phone: 619 594 7244</div><div class="">email: <a href="mailto:aluque@sdsu.edu" style="color:rgb(17,85,204)" target="_blank" class="">aluque@sdsu.edu</a></div></div></div></div></div></div></div></div></div>
_______________________________________________<br class="">Chimera-dev mailing list<br class=""><a href="mailto:Chimera-dev@cgl.ucsf.edu" target="_blank" class="">Chimera-dev@cgl.ucsf.edu</a><br class=""><a href="https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev" target="_blank" class="">https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev</a><br class=""></div></blockquote></div><br class=""></div></div></blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class=""><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px" class="">Antoni Luque, PhD</div><div dir="ltr" style="color:rgb(136,136,136);font-size:12.8px" class=""><a href="http://luquelab.com/" style="color:rgb(17,85,204)" target="_blank" class="">http://luquelab.com</a><br class=""><div class="">Assistant Professor</div><div class="">Department of Mathematics and Statistics</div><div class="">Viral Information Institute</div><div class="">San Diego State University</div><div class=""><br class=""></div><div class="">Office: GMCS 514</div><div class="">Phone: 619 594 7244</div><div class="">email: <a href="mailto:aluque@sdsu.edu" style="color:rgb(17,85,204)" target="_blank" class="">aluque@sdsu.edu</a></div></div></div></div></div></div>
</div></blockquote></div><br class=""></div></body></html>