X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_tview.c;h=e48afa7bd4add26404fecc04d6548e7b3989927b;hb=1443ba19e5d810a30b7918f6213e3badc39597f0;hp=24cd12a5bf743dba2948ee92bd9c5c490c30e4ce;hpb=d73a1b3b94255044787c0e4bfeba37df66e99770;p=samtools.git diff --git a/bam_tview.c b/bam_tview.c index 24cd12a..e48afa7 100644 --- a/bam_tview.c +++ b/bam_tview.c @@ -109,7 +109,7 @@ int tv_pl_func(uint32_t tid, uint32_t pos, int n, const bam_pileup1_t *pl, void if (tv->is_dot && toupper(c) == toupper(rb)) c = bam1_strand(p->b)? ',' : '.'; } } - } else c = '*'; + } else c = p->is_refskip? (bam1_strand(p->b)? '<' : '>') : '*'; } else { // padding if (j > p->indel) c = '*'; else { // insertion