GATK BaseRecalibration - Error: Index not found
1
0
Entering edit mode
9.0 years ago
deepue ▴ 160

Hi,

While using the BaseRecalibration step, I have got the below error message. I have already built index file for the reference hg19.

MESSAGE: An index is required, but none found., for input source: dbsnp_138.hg19.vcf.gz

Could you please help me in understanding the issue.

SNP GATK BaseRecalibration • 4.4k views
ADD COMMENT
1
Entering edit mode
9.0 years ago
Ram 43k

From your statement, it looks like you have indexed the hg19 reference sequence. You might need to index the VCF file as well. Use

tabix -p vcf dbsnp_138.hg19.vcf.gz

to index the VCF file.

ADD COMMENT

Login before adding your answer.

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