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
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT 2111700067_FINAL_SORTED.bam
chr5 171410472 . G C 80 LowDP;NC;SB DP=14 GT:GQ:AD:DP:VF:NL:SB 0/1:80:4,6:14:0.429:20:-100.0000
chr5 171410482 . A T 100 LowDP;NC;SB DP=969 GT:GQ:AD:DP:VF:NL:SB 0/1:100:919,49:969:0.051:20:-100.0000
I know that the tool is not filtering out variant based on SB but it is weird that the flag is still there.
In our test, we only obtained R1 reads. I was wondering if there is a way to not flag variants based on SB. Is this possible?
My code
and a couple of variants
I know that the tool is not filtering out variant based on SB but it is weird that the flag is still there.