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
Gosling calculates the distance to previous mutations (DISTPREV) for VCF files. However, such a calculation only occurs within a tile. (Gosling divides a visible scene into multiple tiles when loading data.) This leads to incorrect calculation.
For example, the first point mutation in a tile does not respect the last point mutation from the previous tile. This results in null of DISTPREV. The first and the last point mutations in a tile should look up mutations in the previous and next tiles, respectively. cc @dominikglodzikhms@crfmc