]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf.h
* fixed a bug
[samtools.git] / bam2bcf.h
index 3d9a8043a0b65bea590643b3ac34d9c07b214b89..89f4fa130886e388c18f5989b2c2b5bd33138526 100644 (file)
--- a/bam2bcf.h
+++ b/bam2bcf.h
@@ -10,12 +10,12 @@ typedef struct __bcf_callaux_t bcf_callaux_t;
 typedef struct {
        int depth;
        uint64_t sum_Q2;
-       float p[16], esum[4];
+       float p[25], esum[5];
 } bcf_callret1_t;
 
 typedef struct {
-       int a[4]; // alleles: ref, alt, alt2, alt3
-       int n, n_alleles, shift, ori_ref;
+       int a[5]; // alleles: ref, alt, alt2, alt3
+       int n, n_alleles, shift, ori_ref, unseen;
        int depth, rmsQ;
        uint8_t *PL;
 } bcf_call_t;