X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.h;h=ddc6b6146fb4e9daab037bd61197b2a1ab21de2d;hb=6dc53c5ab2964e68e8936850d2339d047d2433ef;hp=4038f39ba687b900f777b31835aca5204de20b97;hpb=5c4ef838b286eeb6fffc7c41ffbb776281963c8e;p=samtools.git diff --git a/bam2bcf.h b/bam2bcf.h index 4038f39..ddc6b61 100644 --- a/bam2bcf.h +++ b/bam2bcf.h @@ -8,9 +8,9 @@ struct __bcf_callaux_t; typedef struct __bcf_callaux_t bcf_callaux_t; typedef struct { - int depth, d[4], ed[4]; + int depth, d[4], ed[4], qsum[4]; uint64_t sum_Q2; - float p[25], esum[5]; + float p[25]; } bcf_callret1_t; typedef struct {