X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam.h;h=eef2ea9853f25966c5a40c45a86272b78a507fb2;hb=0bb4884ffb1f4c9485efee763dd63b575f2c1381;hp=4594ac477e33be12fc023ac0e18c2cfe3dc7962e;hpb=2d2be1edb0548e95b771bc9c79cff48eb5d2e1f5;p=samtools.git diff --git a/bam.h b/bam.h index 4594ac4..eef2ea9 100644 --- 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);