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
when an annotation bed file has a header with 'ref' or 'reference' and 'alt' or 'alternate',
then match on the ref and alt values defined in those columns (not just on position as for bed).
(vcfgo) allow double-digit number in header thanks @chapmanb
correct END position when using ref and alt from a file with only a position (infer end as start + len(ref)) [thanks Tomas].
about 15% performance improvement mostly due to go1.8