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
Previously gVCF blocks were correctly split but in some cases FORMAT
fields would not be updated at split sites.
This commit revamps the line matching code, adds comments and makes it
more understandable.
Fixes#1891 and revisits #1164
It turns out the problem was fixed only partially, gVCF blocks wouldn't fill in FORMAT fields at split positions, see a related problem here #1891, now fixed.
The following code reproduces the issue:
The text was updated successfully, but these errors were encountered: