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
In order to exclude residues less than long_interaction_threshold, the code checks for residue_number value in the pdb dataframe. The residue_number value is identical for residues with insertion codes. Therefore, it will not create neighboring edges between residues that have the same number but differ in the insertion code.
This is very severe bug because insertion codes are very common in protein structures.
In order to exclude residues less than long_interaction_threshold, the code checks for residue_number value in the pdb dataframe. The residue_number value is identical for residues with insertion codes. Therefore, it will not create neighboring edges between residues that have the same number but differ in the insertion code.
This is very severe bug because insertion codes are very common in protein structures.
graphein/graphein/protein/edges/distance.py
Lines 1146 to 1147 in 2ebd211
The text was updated successfully, but these errors were encountered: