IEDB/PEPMatch

rows of peptides that did not match get dropped after best_match=True

Closed this issue · 1 comments

dmx2 commented

Line 627-628 causes the bug.

idx = df.groupby(['Query Sequence'])['Mismatches'].transform(min) == df['Mismatches']
df = df[idx]
dmx2 commented

Fixed in v1.0.1