]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* samtools-0.1.8-20 (r778)
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index a8769e26a38c3dc62ee4ded2dc793a90884d19a3..5943123d608ddca0b9bbee08741101fe9a5f0cb7 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -495,7 +495,7 @@ extern "C" {
                bam1_t *b;
                int32_t qpos;
                int indel, level;
-               uint32_t is_del:1, is_head:1, is_tail:1;
+               uint32_t is_del:1, is_head:1, is_tail:1, is_refskip:1;
        } bam_pileup1_t;
 
        typedef int (*bam_plp_auto_f)(void *data, bam1_t *b);