]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/prob1.h
VCF annotations with and without -m and more robust rm_info
[samtools.git] / bcftools / prob1.h
index 88ed5bf0861ad709364b507fdfa39a24b825eca0..eb0b145285715c54d997693c449b5262462cb904 100644 (file)
@@ -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