problem in annotate my vcf file with another vcf file ??
0
0
Entering edit mode
7.7 years ago

hello every one, I am trying to annotate my vcf files which is generate using same reference genome for both vcf files but query reads is different. after alignment and SNP calling i got vcf file and count also variants. now i want to annotate these files to each other. i am using vcf annotate command like this

cat input.vcf.gz | vcf-annotate -a input2.vcf.gz -d column=HASH[0x2],key=INFO,ID=INDEL,Number=0,type=flag,Description=my annotate files -c CHROM,POS,ID,REF,ALT | bgzip -c > output.vcf

this command is working and dont show any error at window but output result i am not getting proper as a vcf format.i appreciate if can some one tell me how to access this command proper and get good result?? Thanking you

SNP next-gen genome • 2.2k views
ADD COMMENT
0
Entering edit mode

"this command is working and showing error" ? Can you rephrase the question ?

ADD REPLY
0
Entering edit mode

sorry, I again edit my question...please check it

ADD REPLY
0
Entering edit mode

Should you not be using zcat input.vcf.gz with a gzipped file?

ADD REPLY
0
Entering edit mode

sorry, i used but i forgot to mention there ..

ADD REPLY

Login before adding your answer.

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