X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fprob1.h;h=eb0b145285715c54d997693c449b5262462cb904;hb=faf76ae18e5ddf2d03253e2ed77f444bcdf4914c;hp=88ed5bf0861ad709364b507fdfa39a24b825eca0;hpb=74e6aebb5c07d14cdccc5f8abb40fd4a00b2be86;p=samtools.git diff --git a/bcftools/prob1.h b/bcftools/prob1.h index 88ed5bf..eb0b145 100644 --- a/bcftools/prob1.h +++ b/bcftools/prob1.h @@ -14,6 +14,11 @@ typedef struct { double cmp[3], p_chi2, lrt; // used by contrast2() } bcf_p1rst_t; +typedef struct { + double p[4]; + int mq, depth, is_tested, d[4]; +} anno16_t; + #define MC_PTYPE_FULL 1 #define MC_PTYPE_COND2 2 #define MC_PTYPE_FLAT 3