Error The tag ING/CSQ not found in the header using bcftools
0
0
Entering edit mode
2.0 years ago
Manuel ▴ 40

I would like to do some annotation in the 100K Genome project research environment. I haven't done annotation before.

Following their manual, I am using this command

 bcftools +splitg-vep file_name.vcf -f '%CHROM:%POS-%REF/%ALT %LoF_filter  \n -d

This is working perfectly with a VCF file they provide as an example but when I try to do this in one VCF file I got the error

 The tag INFO/CSQ not found in the header

I have opened both files and the header contains the INFO tag

vcf bcftools • 786 views
ADD COMMENT
1
Entering edit mode

I have opened both files and the header contains the INFO tag

show use the output of

bcftools view --header-only input.vcf | grep -w -F  CSQ

for both files.

ADD REPLY
0
Entering edit mode

Pierre, as always thanks for your help. I found the issue. The VCF file generated had some defects. I used with other files and works ok

ADD REPLY

Login before adding your answer.

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