IEDB / PEPMatch

Other
16 stars 1 forks source link

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

Closed danielmarrama closed 5 months ago

danielmarrama commented 1 year ago

Line 627-628 causes the bug.

idx = df.groupby(['Query Sequence'])['Mismatches'].transform(min) == df['Mismatches']
df = df[idx]
danielmarrama commented 5 months ago

Fixed in v1.0.1