<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi Heather,<div class="">You want to make a bond between two atoms, but your specification includes the whole lysine, which has multiple atoms.  Secondly, the bond can only be made between atoms that are in the same model.  Your session has 3 models #1.1,1.2,1.3 even though they are all grouped as #1. You would need to at least combine the two you want to bond to each other, but this example command combines all three to make a new model #2 and closes the originals:</div><div class=""><br class=""></div><div class="">combine #1.1-3 close true model #2</div><div class=""><br class=""></div><div class="">(actually there is still a "grouping model" #1 open according to the Model Panel, but its presence is a bug and you could ignore it)</div><div class=""><br class=""></div><div class="">"combine" help:</div><div class=""><<a href="https://rbvi.ucsf.edu/chimerax/docs/user/commands/combine.html" class="">https://rbvi.ucsf.edu/chimerax/docs/user/commands/combine.html</a>></div><div class=""><br class=""></div><div class="">Next, you have to choose which two atoms in this new model #2 you want to bond.  Show the lysine atoms and label them:</div><div class=""><br class=""></div><div class="">show :76</div><div class="">lab :76 atoms offset 0,0,0</div><div class=""><br class=""></div><div class="">...since the lysine has hydrogens filling all the bond vacancies you would probably want to delete a hydrogen from whichever atom will be forming the bond, or else it would have too many bonds.  E.g. to delete all hydrogens from the lysine (you could add hydrogens back after forming the bond, using "addh")l:</div><div class=""><br class=""></div><div class="">delete :76 & H</div><div class=""><br class=""></div><div class="">Similarly I don't know if forming a bond to O2 in your polymer is chemically reasonable.  Label polymer oxygens:</div><div class=""><br class=""></div><div class="">lab :UNL & O atoms</div><div class=""><br class=""></div><div class="">I don't know if any of the oxygens is within reasonable bonding distance of the lysine, either.  However, setting aside the issue of whether it makes any sense chemically, if you wanted an NZ-O2 bond, it could be command</div><div class=""><br class=""></div><div class="">bond :76@NZ :UNL@O2 reasonable false</div><div class=""><br class=""></div><div class="">... then it looks like the attached image</div><div class=""><br class=""></div><div class="">Colon (:) indicates residue name or number, and @ symbol indicates atom name.  I have also used element symbols above (which don't have the @). See the "atom specification" help</div><div class=""><<a href="https://rbvi.ucsf.edu/chimerax/docs/user/commands/atomspec.html" class="">https://rbvi.ucsf.edu/chimerax/docs/user/commands/atomspec.html</a>></div><div class=""><br class=""></div><div class="">Or if you don't want to figure out atom and residue names, you could just select the two atoms (Ctrl-click, Shift-Ctrl-click) and then use command</div><div class=""><br class=""></div><div class="">bond sel reasonable false</div><div class=""><br class=""></div><div class="">I hope this helps<br class=""><div class="">-----<br class="">Elaine C. Meng, Ph.D.                       <br class="">UCSF Chimera(X) team<br class="">Department of Pharmaceutical Chemistry<br class="">University of California, San Francisco<br class=""><br class=""><br class=""><img apple-inline="yes" id="1A0CFB41-2E86-401E-9FD0-B5F349342A31" width="529" height="480" src="cid:64E761AF-AED8-467F-979B-60AB280A0737" class=""></div><br class=""><blockquote type="cite" class="">On Feb 8, 2022, at 7:43 AM, Noriega, Heather via ChimeraX-users <<a href="mailto:chimerax-users@cgl.ucsf.edu" class="">chimerax-users@cgl.ucsf.edu</a>> wrote:<br class=""><br class="">Hello,<br class=""><br class="">I hope you are well. I have a quick question about the bond command. I attached the pdb file I have been using to try and learn this command. I am having a hard time figuring out how I should write it on the command line. If I want to create a bond between residue Lys76 from the antibody and the Oxygen #2 from my polymer, how would I write it on the command line?<br class=""><br class="">bond :lys76:O2<br class=""><br class="">I have read the section in the manual but I think I am misunderstanding something, it keeps giving me a mangled atom specifier. <br class=""><br class="">Also, I figured out the problem from my last question/email about the volume in my viral capsid. :) Thank you for your help on that one Elaine. <br class=""><br class=""><br class="">Thank you,<br class=""><br class="">Heather Noriega<br class="">PhD-Pharmaceutical Science student <br class="">Howard University<br class=""><a href="mailto:heather.noriega@bison.howard.edu" class="">heather.noriega@bison.howard.edu</a><br class="">520-203-1883<br class=""><span id="cid:f_kzea9w510"><TEST_mAB_poly.pdb></span>_______________________________________________<br class="">ChimeraX-users mailing list<br class="">ChimeraX-users@cgl.ucsf.edu<br class="">Manage subscription:<br class="">https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users<br class=""></blockquote><br class=""></div></body></html>