Closed bioinfo-dirty-jobs closed 6 years ago
Sorry about the issue. The error looks like somatic sniper and VarScan have incompatible definitions for DP4 so we can't manage to create a merged VCF from them. Your best bet would be to remove DP4 from one of the files using bcftools (http://www.htslib.org/doc/bcftools.html#annotate):
bcftools annotate -x FORMAT/DP4
then hopefully they'll merge cleanly from there. Hope this helps get your analysis finished.
@chapmanb thanks so much... Now I have this error
opt/bcbio.variation.recall/bcbio-variation-recall ensemble -c 1 -n 2 --names mutect2,varscan 436.merge.bcbio.vcf.gz ~/database/hg19_primary.fa mutect2/436.mutect2.vcf somaticsniper/436.somaticsniper_clean.vcf 2018-01-31 22:56:16 Tardis ERROR [bcbio.variation.recall.main] -
java.lang.Exception: Problem retrieving reference variant for {:chr "chr1", :start 762272, :refa "G", :alta ["A"], :end 762273, :vc-indices (1)}: []
Following up on this in #21
I try to merge 3 variant calling but unfortunately I have this error: