Hi, Thank you for creating such a simple tool to work with. I have 1 vcf file for each of my samples. I want to add the gene names for the positions. I am trying bcftools annotate but it is not working. Any suggestion will be really helpful as I have a large number of samples. my current vcf format looks like this: #CHROM POS ID REF ALT QUAL FILTER INFO
1 632427 . T C . PASS AD=32;DP=32;OTH=8
1 1292517 . A G . PASS AD=0;DP=52;OTH=7
1 1888667 . A C . PASS AD=0;DP=21;OTH=6
1 2505339 . A G . PASS AD=0;DP=51;OTH=13
1 6079211 . T C . PASS AD=0;DP=41;OTH=37
Hi, Thank you for creating such a simple tool to work with. I have 1 vcf file for each of my samples. I want to add the gene names for the positions. I am trying bcftools annotate but it is not working. Any suggestion will be really helpful as I have a large number of samples. my current vcf format looks like this: #CHROM POS ID REF ALT QUAL FILTER INFO 1 632427 . T C . PASS AD=32;DP=32;OTH=8 1 1292517 . A G . PASS AD=0;DP=52;OTH=7 1 1888667 . A C . PASS AD=0;DP=21;OTH=6 1 2505339 . A G . PASS AD=0;DP=51;OTH=13 1 6079211 . T C . PASS AD=0;DP=41;OTH=37