User:Wayne Decatur/I-Ppo Morph Methods: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
No edit summary
Wayne Decatur (talk | contribs)
No edit summary
Line 21: Line 21:
<nowiki>
<nowiki>
     for chain in model:</nowiki><br>
     for chain in model:</nowiki><br>
         i = 2493<br>
<nowiki>
         i = 2493</nowiki><br>
         for residue in chain:<br>
         for residue in chain:<br>
             residue.id = (' ', i, ' ')<br>
             residue.id = (' ', i, ' ')<br>