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
See below. Removing the altLoc specifications in 3QNM.pdb resolves the problem.
$ arpeggio.py 3QNM.pdb
ERROR//15:58:12.122//OpenBabel OBAtom with PDB serial number 1193 could not be matched to a BioPython counterpart.
Traceback (most recent call last):
File "/homes/chonofsk/bin/arpeggio/arpeggio.py", line 752, in <module>
raise OBBioMatchError(serial)
__main__.OBBioMatchError
The text was updated successfully, but these errors were encountered:
This is usually due to either problems with the atom serial numbering in the PDB file, or could be an alternate location-specific issue. Unfortunately distinguishing between alternate location atoms and matching them between OpenBabel and BioPython has been a challenge.
If you need to consider contacts from both alternate locations, and you have only a few positions to consider, one option is to run Arpeggio each alternate location separately, then merge the outputs, depending on what you're interested in (e.g. if you're only looking to see if the residue makes an H-bond, you can logical AND the Hbond part of the interaction fingerprint.
See below. Removing the altLoc specifications in 3QNM.pdb resolves the problem.
The text was updated successfully, but these errors were encountered: