This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Variant calling using HaplotypeCaller does not show #FILTER information

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

0 answers

No answers yet.

Log in to answer this question.