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
By default, Pisces accepts all bases over Q20, with equal weight. (We tried other methods and saw no improvement to accuracy, it just slowed things down. The knobs for monkeying with that model are still exposed if anyone wants to try anything different). Generally speaking, the only time the differences in high-scoring base call Q scores make a difference to variant calls is when the stitcher or Gemini is trying to make a decision on how to stitch reads who have different mismatches or cigar string differences in the overlap region, in which case the higher scores take precedence.
I do notice that in your source code you have the following setup:
private const int MaxBaseQuality = 93;
It looks like it will tolerate the base quality until 93.
But I want to confirm with you: whether Pisces is able to recognize the base quality if it is higher than 41?
The text was updated successfully, but these errors were encountered: