Closed this issue a year ago · 1 comments
Line 627-628 causes the bug.
idx = df.groupby(['Query Sequence'])['Mismatches'].transform(min) == df['Mismatches'] df = df[idx]
Fixed in v1.0.1