<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 Rui,<div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>The first thing you have to do is combine the two models into one.  Do this by going to the Model Panel and choosing “copy/combine…” on the right.  In the resulting dialog, make sure to check the “Close source models” box.</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>You then have two options to change the chain IDs.  The most straightforward one is to simply save a PDB file and hand edit the chain ID column from blank to the proper chain ID for those residues that are missing IDs.  Tedious but simple.</div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>The other option is to select the parts missing chain IDs and using a Python script that I have attached to set the chain IDs.  First you would select the parts you want to get chain ID ‘A’ and then run the script (simply by opening it).  Then you would select the parts you want to get chain ID B and <b class="">edit the first line of the Python file</b> to change ‘A’ to ‘B’ and then run the script.  The simplest way to do the select is to again use the Model Panel and pick “select chains…” on the right.  Use the right side of the resulting dialog to select by connectivity.  You will be able to select the entirety of chain A (and later chain B), including its glycans.  The you can use the script to set the selection to the proper ID.</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>This will leave the ligand with no ID because it isn’t connected to anything.  Nonetheless, you can then select it with the command (Favorites→Command Line) “sel ~:.A-B” (<i class="">i.e.</i> select everything that doesn’t have chain ID A or B).  Then you can again use the script to set its ID to whatever you want.</div><div class=""><br class=""></div><div class="">—Eric</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>Eric Pettersen<br class=""><div class=""><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; 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; text-decoration: none;" class=""><span class="Apple-tab-span" style="white-space: pre;">     </span>UCSF Computer Graphics Lab</div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; 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; text-decoration: none;" class=""><br class=""></div></div></div></body></html>