]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf.h
* fixed a bug
[samtools.git] / bam2bcf.h
index b96488b1ee29ed90b99bdad59f11e941a4c14cb7..89f4fa130886e388c18f5989b2c2b5bd33138526 100644 (file)
--- a/bam2bcf.h
+++ b/bam2bcf.h
@@ -10,11 +10,11 @@ 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 a[5]; // alleles: ref, alt, alt2, alt3
        int n, n_alleles, shift, ori_ref, unseen;
        int depth, rmsQ;
        uint8_t *PL;