From 66f6013658f9c7acec129c2ccc690cdf117e2d45 Mon Sep 17 00:00:00 2001 From: Jason Bacon Date: Sat, 7 Mar 2020 19:40:35 -0600 Subject: [PATCH] Better informative message about calls at same position --- ad2vcf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad2vcf.c b/ad2vcf.c index 30aa4bb..09c849d 100644 --- a/ad2vcf.c +++ b/ad2vcf.c @@ -171,7 +171,7 @@ int ad2vcf(const char *argv[], FILE *sam_stream) // fprintf(stderr, "VCF call %s %zu\n", vcf_chromosome, vcf_pos); vcf_calls_read += vcf_duplicate_calls.count; if ( vcf_duplicate_calls.count > 1 ) - fprintf(stderr, "Read %zu duplicate calls at chr %s pos %zu.\n", + fprintf(stderr, "INFO: %zu calls at chr %s pos %zu.\n", vcf_duplicate_calls.count, vcf_chromosome, vcf_pos); // Skip remaining alignments for previous chromosome after VCF