<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Phil,</div><div class=""><br class=""></div><div class="">  The Multiscale tool won’t work in headless Chimera.  Unfortunately that code was written in antiquity and only operates through a GUI interface.  But you can use the Chimera “sym” command to get multiscale style surfaces of symmetric structures.  For example,</div><div class=""><br class=""></div><div class="">  open 2bbv</div><div class="">  sym #0 surf true</div><div class=""><br class=""></div><div class="">Check out the sym command documentation</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span><a href="http://www.cgl.ucsf.edu/chimera/current/docs/UsersGuide/midas/sym.html" class="">http://www.cgl.ucsf.edu/chimera/current/docs/UsersGuide/midas/sym.html</a></div><div class=""><br class=""></div><div class="">I believe it works in the headless Chimera, although I have not tested that.</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>Tom</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 24, 2015, at 2:07 PM, Cruz, Phil (NIH/NIAID) [C] wrote:</div><br class="Apple-interchange-newline"><div class="">Hello Chimera users,<br class=""><br class="">I need to create a MultiScale surface from a Chimera python script when the model is of large structures such as virus particles.  On a Mac, the following lines work great:<br class=""><br class="">import MultiScale<br class="">d = MultiScale.show_multiscale_model_dialog()<br class="">d.make_multimers_cb(molecules=None)<br class=""><br class="">and produce the desired surface output.<br class=""><br class="">Unfortunately, where I really need this to work is on a Linux server using the special version of Chimera that doesn't require a graphics head.  When I run the script there I get errors, presumably when the script tries to create the dialog:<br class=""><br class="">Traceback (most recent call last):<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/chimeraInit.py", line 698, in init<br class="">    midas_text.doRunScript("runscript", script)<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/Midas/midas_text.py", line 2206, in doRunScript<br class="">    execfile(scriptPath, scriptGlobals)<br class="">  File "Chimera_Molecular.py", line 301, in <module><br class="">    d = MultiScale.show_multiscale_model_dialog()<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/MultiScale/__init__.py", line 2296, in show_multiscale_model_dialog<br class="">    return dialogs.display(MultiScale_Model_Dialog.name)<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/chimera/dialogs.py", line 76, in display<br class="">    dialog = find(name, create=1)<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/chimera/dialogs.py", line 61, in find<br class="">    return d()<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/chimera/baseDialog.py", line 665, in __init__<br class="">    from tkgui import windowSystem<br class="">  File "/opt/UCSF/Chimera64-1.10.1/share/chimera/tkgui.py", line 73, in <module><br class="">    import Togl<br class="">ImportError: No module named Togl<br class=""><br class="">Is there a way to have the script create the multiscale surface without invoking the dialog (if that's what the issue is), or some other approach to get this to work in the required environment?<br class=""><br class="">Thanks for any suggestions.<br class=""><br class="">--<br class="">Phillip Cruz, Ph.D.<br class="">Contractor, Medical Science & Computing<br class=""><br class="">Computational Structural Biologist<br class="">Computational Biology Section<br class="">Bioinformatics and Computational Biosciences Branch (BCBB)<br class="">OCICB/OSMO/OD/NIAID/NIH<br class=""><br class="">31 Center Dr., Room 3B62<br class="">Bethesda, MD 20892-0485<br class="">Office:  301-451-1089<br class=""><a href="http://bioinformatics.niaid.nih.gov<http://bioinformatics.niaid.nih.gov/>" class="">http://bioinformatics.niaid.nih.gov<http://bioinformatics.niaid.nih.gov/></a> (Within NIH)<br class=""><a href="http://exon.niaid.nih.gov<http://exon.niaid.nih.gov/>" class="">http://exon.niaid.nih.gov<http://exon.niaid.nih.gov/></a> (Public)<br class=""><br class="">Disclaimer:<br class="">The information in this e-mail and any of its attachments is confidential and may contain sensitive information. It should not be used by anyone who is not the original intended recipient. If you have received this e-mail in error please inform the sender and delete it from your mailbox or any other storage devices. National Institute of Allergy and Infectious Diseases shall not accept liability for any statements made that are sender's own and not expressly made on behalf of the NIAID by one of its representatives.<br class=""><br class="">_______________________________________________<br class="">Chimera-users mailing list<br class=""><a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users<br class=""><br class=""></div></blockquote></div><br class=""></div></body></html>