Variant calling using HaplotypeCaller does not show #FILTER information
0
0
Entering edit mode
4 months ago
QX • 0

Hi All,

I would like to ask for Variant Calling using HaplotypeCaller. It's supposed that after doing the HaplotypeCaller, the #FILTER columns in gvcf files shall show the 'PASS/LowQ' however in my case, the output #FILTER only shows '.' without any rows showing 'PASS' or not: enter image description here

ref_gene=Homo_sapiens.GRCh38.dna.primary_assembly_ERCC.fa
input=$1 #BQSR.bam file
output=`echo "${input%%.*}"`.gvcf.gz

This is the code:

$path_gatk HaplotypeCaller -R $ref_gene -I $input -O $output -ERC GVCF --dragen-mode true
Variant-calling GATK HaplotypeCaller WGS • 326 views
ADD COMMENT
1
Entering edit mode

It's supposed that after doing the HaplotypeCaller, the #FILTER columns in gvcf files shall show the 'PASS/LowQ'

where did you find such assertion ? such FILTER is set after something like VariantFiltration https://gatk.broadinstitute.org/hc/en-us/articles/360037434691-VariantFiltration . Furthermore, you're running HC in GVCF mode, I wouldn't expect a FILTER at this step.

ADD REPLY

Login before adding your answer.

Traffic: 1789 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6