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
sped up parsing missingness when the ploidy is the same for all samples by checking 8 samples simultaneously, and only checking individual samples if any appear missing. Checking missingness under these conditions is now 3X faster than before.
Optimized parsing probabilities when all samples are diploid with two alleles, and probabilities are encoded with 8 bits. This is now 2.5X faster than the standard method for calculating probabilities.