Incorrect reporting of `ext*?` on protein-level
This example should yield p.(*143Gluext*31)
, not p.(*143Gluext*?)
.
Bug seems to have been introduced with #65 which broke the examples in the util.in_frame_description
docstring due to the same problem.