You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also res.next_residue returns '<Residue HIS71 (index 47, chain A) in Molecule: 3p3k>', but should raise something along the lines of StopIteration, or maybe MissingResidue or maybe PrematureTerminus
I suppose it could also just return a MissingResidue object or something
The text was updated successfully, but these errors were encountered:
avirshup
changed the title
residue iterators should raise Excpetions for missing residues
Wrong bonding between residues surrounding missing ones
Feb 28, 2017
This is a residue that appears right before several missing residues:
MDT currently shows a bond between this and the next available residue, which is clearly wrong:
Also
res.next_residue
returns'<Residue HIS71 (index 47, chain A) in Molecule: 3p3k>'
, but should raise something along the lines ofStopIteration
, or maybeMissingResidue
or maybePrematureTerminus
I suppose it could also just return a
MissingResidue
object or somethingThe text was updated successfully, but these errors were encountered: