Illumina / strelka

Strelka2 germline and somatic small variant caller
GNU General Public License v3.0
353 stars 102 forks source link

FILTER 'HighDepth' is not defined in the header #130

Open ChristopheLegendre opened 5 years ago

ChristopheLegendre commented 5 years ago

Hi Strelka2 Team,

I am using the release strelka-2.9.10

After running strelka in a somatic way for whole genome, we tried to annotate the strelka's vcf with snpEff; That tool (snpEff) showed us that one of the FILTER value is not defined in the header [W::vcf_parse] FILTER 'HighDepth' is not defined in the header

Questions

sangtaekim commented 5 years ago

This is strange. When the EVS is enabled (default), the HighDepth filter won't be applied and there will be no description in the header. If the EVS is disabled (--disableEVS), a description "Locus depth is greater than 3x the mean chromosome depth in the normal sample" will be added to the header.

Can you send me the Strelka commands and the VCF?