<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jul 26, 2014, at 4:49 AM, Marek Basler <<a href="mailto:marek.basler@gmail.com">marek.basler@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<div>I'd like to be able to change an association between a sequence in a multiple sequence alignment and an opened structure model by a chimera command. I have a model that is a multimer and I'd like to color code one of its subunits according to its sequence conservation ... but I need to reassign the automatic association that Chimera does after opening of a fasta file.</div></div></blockquote><br></div><div>Strictly speaking, there is no command for this -- you have to use Python code to get exactly what you're asking for here.  However, one thing you can do is to use the "split" command to split the chains of your model into separate models and then open your alignment file -- each chain that can associate with the alignment then will associate with the alignment.</div><div><br></div><div>Depending on what the rest of your script is doing, "split" may or may not prove to be a workable solution.  If splitting the model is problematic for the rest of your script, let me know and I will send you a Python script to achieve the association you need.  You'll be able to run the Python script just by using the "open" command in your regular script.</div><div><br></div><div>--Eric</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="5" style="font: 16.0px Helvetica"><span class="Apple-converted-space">                       <span class="Apple-converted-space"> </span></span>Eric Pettersen</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="5" style="font: 16.0px Helvetica"><span class="Apple-converted-space">                       <span class="Apple-converted-space"> </span></span>UCSF Computer Graphics Lab</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="5" style="font: 16.0px Helvetica"><span class="Apple-converted-space">                        </span><a href="http://www.cgl.ucsf.edu">http://www.cgl.ucsf.edu</a></font></p><br class="Apple-interchange-newline"></span>
</div>
<br></body></html>