<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 2, 2015, at 5:25 PM, Thomas Hrabe <<a href="mailto:thrabe@sanfordburnham.org">thrabe@sanfordburnham.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi everyone,<br><br>is there a way to select a residue by it’s array index, starting at 0 -> sequence length rather than using the residue id?</blockquote><br></div><div>Hi Thomas,</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>I think the answer is no, using only normal Chimera commands.  However a simple Python script can do it, and such a script can be executed with the "runscript" command.  I have attached a script that takes a model number and a residue index as arguments and selects the corresponding residue.  If you put the script in your home directory then "runscript ~/selres.py 0 12" would select the 13th residue (input order) in model 0.</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>
</body></html>