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
Thanks for bringing this to my attention. Yes, the current screening algorithm is asymmetric between the queries and references for filtering, possibly giving different results when contigs are small. This appears to be a subtle bug.
This will take a bit of testing, so I'll leave this up and fix it in a bit.
It looks like rescue_small rescues small query sketches but not small reference sketches (see
skani/src/screen.rs
Line 159 in ec4e2e1
Also, do you have a rough estimate for the number of bp that corresponds to
query_sketch.marker_seeds.len() < 20
?The text was updated successfully, but these errors were encountered: