X-Git-Url: https://git.donarmstrong.com/?p=samtools.git;a=blobdiff_plain;f=bcftools%2Fprob1.c;h=0af5955ebdd0078280654845b2010a4a1d92ad33;hp=12894371c2eee9a6c5e05a5def471da413735f9b;hb=ec8ca3b21511355c3770767be5a7c9b54e218a53;hpb=faf76ae18e5ddf2d03253e2ed77f444bcdf4914c diff --git a/bcftools/prob1.c b/bcftools/prob1.c index 1289437..0af5955 100644 --- a/bcftools/prob1.c +++ b/bcftools/prob1.c @@ -447,9 +447,9 @@ int call_multiallelic_gt(bcf1_t *b, bcf_p1aux_t *ma, double threshold) if ( a.is_tested) ksprintf(&s, ";PV4=%.2g,%.2g,%.2g,%.2g", a.p[0], a.p[1], a.p[2], a.p[3]); ksprintf(&s, ";DP4=%d,%d,%d,%d;MQ=%d", a.d[0], a.d[1], a.d[2], a.d[3], a.mq); } + kputc('\0', &s); rm_info(&s, "I16="); rm_info(&s, "QS="); - kputc('\0', &s); } kputs(b->fmt, &s); kputc('\0', &s); free(b->str);