<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="">Hi Paul,<div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>It ain’t easy. You would need to modify Chimera’s Python code. First you would need to squirrel the “frcmod" file computed by parmchk away so it could be used later. You can find the file by looking at the Reply Log and in the parmchk command it’s the file after the “-o” parmchk option. Probably some horrible path to a file in a temporary folder (for example on my Mac it was "/var/folders/mz/q5nthjsn13gcb04mw0xnxkcc0000gn/T/tmpLLQnFV/frcmod.0-1”). Then you would need to change line 471 of <your chimera>/share/MMMD/MMTKinter.py from:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>rtype2frcmod = {}</div><div class=""><br class=""></div><div class="">to:</div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>rtype2frcmod = { ‘your-res-name’: ‘full-path-to-squirreled-frcmod’ }</div><div class=""><br class=""></div><div class="">(e.g. rtype2frcmod = { ‘GLC’: ‘/Users/pett/frcmods/GLC.frcmod’ })</div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>On a Mac, “<your chimera>” is Chimera.app/Contents/Resources.</div><div class=""><br class=""></div><div class="">—Eric</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><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=""></div><div><blockquote type="cite" class=""><div class="">On Feb 8, 2018, at 4:58 PM, Paul Buscemi <<a href="mailto:busce004@umn.edu" class="">busce004@umn.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class=""><br class="">Dear Users,<br class=""><br class=""><br class="">I have created long ( 100 mer ) polymer strands which when laid side to side, create a usable surface. This model is “recyclable”.. Hwever each time I use it, it goes through a long PARMChk. Is there an output or file of this composite I can save that obviates this step ?<br class=""><br class="">thanks<br class="">Paul<br class="">_______________________________________________<br class="">Chimera-users mailing list: <a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription: <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></body></html>