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
There seems to be an issue where cyvcf2/htslib uses uninitialised memory when determining whether a haploid call should be considered phased or not. It seems like we always get haploids as unphased on linux, but phased on Macs.
We can fix this by saying that haploids are always phased.