<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;"><br><div><div>On Mar 25, 2014, at 12:06 PM, Erik Marklund &lt;<a href="mailto:erik.marklund@chem.ox.ac.uk">erik.marklund@chem.ox.ac.uk</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Sam,<br><br>How are things with you? Do I remember correctly that you've entered parenthood nowadays?<br></blockquote><div><br></div>Yes!</div><div><br><blockquote type="cite"><br>I indended to use MMB for filling in a gap in a loop, just a single amino acid. Sounds trivial, but I can't get it to work. The protein looks like someone set of a bomb in the middle of it already at frame 1. Could you spot any obvious error in this input file below? The protein is a homodimer with a single amino acid missing at position 49.<br></blockquote><div><br></div><div>The problem is that you are instantiating the chains directly using the “protein” command. &nbsp;This automatically assigns sequential residue numbers based on the provided sequence, starting in this case with “2”. You should instead read the sequences from the PDB — this will conserve the residue numbering in the PDB file, including all gaps and insertions. Then to add the residue, use the “insertResidue” command. I’ve provided the commands for inserting a tryptophan below (just put your structure in last.1.pdb). Also, are you using MMB 2.13? &nbsp;This probably won’t work with earlier revisions. &nbsp;Also, could you post such questions on the MMB forum on <a href="http://simtk.org">simtk.org</a>, or to the <a href="mailto:rnatoolbox-help@simtk.org">rnatoolbox-help@simtk.org</a> list? Can we put this one there? That way others will benefit.</div><div><br></div><div><div style="margin: 0px; font-size: 14px; font-family: 'Courier New';"><b>firstStage 2</b></div><div style="margin: 0px; font-size: 14px; font-family: 'Courier New';"><b>lastStage 2</b></div><div style="margin: 0px; font-size: 14px; font-family: 'Courier New';"><b>loadSequencesFromPdb</b></div><div style="margin: 0px; font-size: 14px; font-family: 'Courier New';"><b>insertResidue A 49 W</b></div></div><div><br></div><div>I sent you an email some months ago about a new feature that constrains backbone dihedrals on one stretch of residues to be identical to that on another stretch. Is that still something you want to use?</div><div><br></div><div>Sam&nbsp;</div><br><blockquote type="cite"><br>firstStage 2 &nbsp;&nbsp;&nbsp;<br>lastStage 2 &nbsp;&nbsp;<br>reportingInterval 1 &nbsp;&nbsp;&nbsp;<br>numReportingIntervals &nbsp;2<br><br>temperature 1.0<br># &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;10 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;30 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;40 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;50 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;60 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;70 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;80 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;90<br># &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>protein A 2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STPADVKEHPNSYVFMVDMPGVKSGDIKVQVEDENVLLISGERKREEEKEGVKYLKMERRIGKLMRKFVLPENANIEAISAISQDGVLTVTVN<br>protein B 2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STPADVKEHPNSYVFMVDMPGVKSGDIKVQVEDENVLLISGERKREEEKEGVKYLKMERRIGKLMRKFVLPENANIEAISAISQDGVLTVTVN<br><br>mobilizer Rigid A 2 47<br>mobilizer Rigid A 52 94<br><br>mobilizer Rigid B 2 47<br>mobilizer Rigid B 52 94<br><br>constraint A 2 weld B 2<br><br>contact AllHeavyAtomSterics &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A 2 94<br>contact AllHeavyAtomSterics &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;B 2 94<br><br><br>Kind regards,<br>Erik<br><br><br>Erik Marklund, PhD<br>Postdoctoral Research Associate<br><br>Department of Chemistry<br>Physical &amp; Theoretical Chemistry Laboratory<br>University of Oxford<br>South Parks Road<br>Oxford<br>OX1 3QZ<br><br></blockquote></div><br></body></html>