Closed malachig closed 7 years ago
The IRC
filter should not be coming from strelka directly, could this be added by some post-processing step? For SNVs, the LowEVS
filter is the primary mechanism used to suggest a default passing variant threshold -- the is based on the output of the random forest "Empirical Variant Score" for the SNV provided in the INFO/SomaticEVS
field.
Thanks @ctsa. Sorry, my bad. This is in fact being introduced by a post-processing step.
The issue seems to be that our post-processing code assumes the presence of a GT
field.
strelka doesn't produce this. It looks like we can get what we need from NT
(normal genotype) and SGT
(somatic genotype) though.
We are recently trying to update to Strelka2 for the first time. We are getting what seems to be plausible indel results but for SNVs, all SNVs fail filtering steps (almost all say "LowEVS", "IRC", or both).
Any ideas on what might be going wrong here?
Here are some example records from variants that we called by both Mutect and Varscan: