Reference allele is too long message GATK
1
1
Entering edit mode
6.2 years ago
win ▴ 970

hi all, i generated a gVCF file using HaplotypeCaller. When i run ValidateVariants from GATK i get the message

"Reference allele is too long (108) at position chr9:99423855; skipping that record. Set --reference_window_stop >= 108"

Any ideas what is causing this?

Command used to generate the gVCF

java -Xmx16g -jar algorithms/gatk3/gatk3.8.jar -T HaplotypeCaller -R references/hg38gatkbundle/Homo_sapiens_assembly38.fasta -I data/HG100/HG100.output.bam --emitRefConfidence GVCF --dbsnp references/hg38gatkbundle/Homo_sapiens_assembly38.dbsnp138.vcf -o data/HG100/HG100.output.raw.snps.indels.g.vcf --reference_window_stop 1000

Command used for validation

java -jar algorithms/gatk3/gatk3.8.jar -T ValidateVariants -R references/hg38gatkbundle/Homo_sapiens_assembly38.fasta -V data/HG100/HG100.output.raw.snps.indels.g.vcf --dbsnp references/hg38gatkndle/Homo_sapiens_assembly38.dbsnp138.vcf --validationTypeToExclude ALLELES

Any help highly appreciated.

VCF • 2.2k views
ADD COMMENT
2
Entering edit mode
6.2 years ago

My guess is a long deletion, with 108 nucleotides in your reference allele field. As suggested by the error message setting --reference_window_stop to a value >= 108 should work.

ADD COMMENT
0
Entering edit mode

OK, but there are other such messages as well, same message but differing length like some say 108, some are 150 etc. I have also set --reference_window_stop to 1000.

ADD REPLY
0
Entering edit mode

And does that help for these errors?

ADD REPLY
0
Entering edit mode

No, thats the problem.

ADD REPLY
0
Entering edit mode

Then, what error messages do you get with --reference_window_stop 1000?

ADD REPLY
0
Entering edit mode

same message, it seems like the --reference_window_stop is not working or has incorrect values.

ADD REPLY
0
Entering edit mode

This worked fine for me.

java -jar  GenomeAnalysisTK.jar -T ValidateVariants --reference_window_stop >= 300 -R Genome.fa --variant:VCF All.vcf.gz
ADD REPLY

Login before adding your answer.

Traffic: 3154 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