X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.h;h=89f4fa130886e388c18f5989b2c2b5bd33138526;hb=6ff460feabc1b7f09c6ddbcf602bb4bcba6256d2;hp=b96488b1ee29ed90b99bdad59f11e941a4c14cb7;hpb=dcf96f60024cd1acbd49cb67ff8a48e536d61f35;p=samtools.git diff --git a/bam2bcf.h b/bam2bcf.h index b96488b..89f4fa1 100644 --- 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;