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
CHANGELOG: Fixed bugs in the identity by descent implementation for
Query on Batch
This PR fixes#14052. There were two bugs in how we compute IBD. In
addition, the tests weren't running in QoB and the test dataset we were
using doesn't have enough variability to catch errors. I used Balding
Nichols generated data instead. Do we need to set the seed in the tests
here?
What happened?
We're dividing by X in two places when it should be Y for computing E10.
https://hail.zulipchat.com/#narrow/stream/123010-Hail-Query-0.2E2-support/topic/P.28I.3D1.7CZ.3D0.29.20computation.20in.20IBD/near/403886796
This is a trivial fix, but I want to make sure the value for E11 is also correct. We're using T/2 where as in the paper it's 1.
Regardless, we need better tests for IBD that would have caught this error.
Version
0.2.126
Relevant log output
No response
The text was updated successfully, but these errors were encountered: