X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam.h;h=752d0bda7dea595c3c9014968fee9cd02057662b;hb=fe25084a4eac12a94042805e6529ad19a2b70c28;hp=4594ac477e33be12fc023ac0e18c2cfe3dc7962e;hpb=91142420b2c2b9cc218e5f1f36b557cae26f926f;p=samtools.git diff --git a/bam.h b/bam.h index 4594ac4..752d0bd 100644 --- a/bam.h +++ b/bam.h @@ -40,6 +40,8 @@ @copyright Genome Research Ltd. */ +#define BAM_VERSION "0.1.12-r921:124" + #include #include #include @@ -495,7 +497,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);