Here is my cmd used:
pbrun votebasedvcfmerger \
--in-vcf strelka:HG002.hiseqx.pcr-free.30x.pb.strelka.strelka_work/results/variants/variants.vcf.gz \
--in-vcf DeepVariant:HG002.hiseqx.pcr-free.30x.pb.deepvariant.vcf \
--in-vcf HaplotypeCaller:HG002.hiseqx.pcr-free.30x.pb.haplotypecaller.vcf \
--min-votes 1 \
--out-dir caller_intersection.vcf
Output is like this:
Then I use bgzip to get HG002.hiseqx.pcr-free.30x.pb.deepvariant.vcf.zp and HG002.hiseqx.pcr-free.30x.pb.haplotypecaller.vcf.gz and run
pbrun votebasedvcfmerger \
--in-vcf strelka:HG002.hiseqx.pcr-free.30x.pb.strelka.strelka_work/results/variants/variants.vcf.gz \
--in-vcf DeepVariant:HG002.hiseqx.pcr-free.30x.pb.deepvariant.vcf.gz \
--in-vcf HaplotypeCaller:HG002.hiseqx.pcr-free.30x.pb.haplotypecaller.vcf.gz \
--min-votes 1 \
--out-dir caller_intersection.vcf
Errors become this: