From dc7a0039e9336bac51a4f721db0b8f155b064fa2 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 23 Jul 2010 17:43:31 +0000 Subject: [PATCH] added the format column --- bam_plcmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bam_plcmd.c b/bam_plcmd.c index 82fcafc..3436633 100644 --- a/bam_plcmd.c +++ b/bam_plcmd.c @@ -602,6 +602,7 @@ static int mpileup(mplp_conf_t *conf, int n, char **fn) printf("DP=%d;MQ=%d", depth, rms_q); if (fpost >= 0. && fpost <= 1.) printf(";AF=%.3lg", 1. - fpost); if (f >= 0. && f <= 1.) printf(";AFEM=%.3lg", 1. - f); + printf("\tGT:GQ:DP"); if (fpost >= 0. && fpost <= 1.) { for (i = 0; i < n; ++i) { int x = mc_call_gt(ma, fpost, i); -- 2.39.2