I have a vcf file of SNPs and another vcf file for my Indels. During SNP calling step by GATK, I created them separately instead of using -glm (calling together SNPs and Indels). Now to get the consensus sequence of my mapped genome, I want to put them together in the same vcf file. Should I merge these two vcf files or concatenate them to get the proper variant vcf file, so I can consider SNPs and Indels for my consensus sequence?
Thanks for ur reply. I was a bit confused with merging and concatenation. Now it's clear.
What should I do to merge VCF files column wise?
The format is as follows
I want to add a column extra in this, so that my format will be
in which all the columns except last will be common.
Thanks.
Please post this as a new question.