Hi,
I want to merge vcf files of same format from multiple samples using vcf-tools.But I want to know which method among vcf-merge or vcf-concat should I use for viewing results .Sample name does not matter in results.
This is the current format of each vcf file.
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SampleName
Thanks
I used vcf-merge, after sorting,bgzip and using tabix.Everything went well.But while merging I am getting this error below:My sample names are Clk51764 and Clk51769 as I am just testing the merge on 2 samples.
What's the ploidy of your organism? VCF-tools apparently still only supports diploids.
I am getting a similar error message. Did you ever manage to get vcf-merge to work?