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
Currently, on the first base in the ref/alt alleles are stored and compared, which can lead to misleading results if the input VCF has indels. See this line:
On Jan 20, 2021, at 12:38 PM, Nils Homer ***@***.***> wrote:
The current behavior is that any read will be counted towards the reference allele.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Excellent! I think the main issue is that it is comparing the first base in the allele, versus the full allele from the VCF and the bases starting at the mapped position the the read.
Currently, on the first base in the ref/alt alleles are stored and compared, which can lead to misleading results if the input VCF has indels. See this line:
demuxlet/cmd_cram_demuxlet.cpp
Line 322 in 537ba94
The text was updated successfully, but these errors were encountered: