]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
prepare for the indel caller. It is not ready yet.
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index 4594ac477e33be12fc023ac0e18c2cfe3dc7962e..eef2ea9853f25966c5a40c45a86272b78a507fb2 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, is_refskip:1;
+               uint32_t is_del:1, is_head:1, is_tail:1, is_refskip:1, aux:28;
        } bam_pileup1_t;
 
        typedef int (*bam_plp_auto_f)(void *data, bam1_t *b);