X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.h;h=b96488b1ee29ed90b99bdad59f11e941a4c14cb7;hb=67184476fcd4a7aba449556a2333586465fd6102;hp=3d9a8043a0b65bea590643b3ac34d9c07b214b89;hpb=7eaf231bcd3c44fad56f8d7200e44a37ae453c88;p=samtools.git diff --git a/bam2bcf.h b/bam2bcf.h index 3d9a804..b96488b 100644 --- a/bam2bcf.h +++ b/bam2bcf.h @@ -15,7 +15,7 @@ typedef struct { typedef struct { int a[4]; // alleles: ref, alt, alt2, alt3 - int n, n_alleles, shift, ori_ref; + int n, n_alleles, shift, ori_ref, unseen; int depth, rmsQ; uint8_t *PL; } bcf_call_t;