X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=samtools%2Fbcftools%2Fprob1.h;h=571f42f1c63f5e93a4d1b601bd4843f7e1a48483;hp=0a51a0ae2650f377f4fc48665109487687eb69cb;hb=e1756c41e7a1d7cc01fb95e42df9dd04da2d2991;hpb=ca46ef4ba4a883c57cea62d5bf1bc021f1185109 diff --git a/samtools/bcftools/prob1.h b/samtools/bcftools/prob1.h index 0a51a0a..571f42f 100644 --- a/samtools/bcftools/prob1.h +++ b/samtools/bcftools/prob1.h @@ -8,10 +8,9 @@ typedef struct __bcf_p1aux_t bcf_p1aux_t; typedef struct { int rank0, perm_rank; // NB: perm_rank is always set to -1 by bcf_p1_cal() - int ac; // ML alternative allele count double f_exp, f_flat, p_ref_folded, p_ref, p_var_folded, p_var; double cil, cih; - double cmp[3], p_chi2, lrt; // used by contrast2() + double cmp[3], p_chi2; // used by contrast2() } bcf_p1rst_t; #define MC_PTYPE_FULL 1 @@ -33,7 +32,7 @@ extern "C" { int bcf_p1_set_n1(bcf_p1aux_t *b, int n1); void bcf_p1_set_folded(bcf_p1aux_t *p1a); // only effective when set_n1() is not called - int bcf_em1(const bcf1_t *b, int n1, int flag, double x[10]); + int bcf_em1(const bcf1_t *b, int n1, int flag, double x[9]); #ifdef __cplusplus }