X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fprob1.h;h=6bb7440efde77043476de22ca922d590ebf2cf66;hb=3f13738c659d0b49fe7ac99145cdc9fa2f507af4;hp=96beb0435806a693357f9d2dc4954857ed7d1065;hpb=f27c5d351576e00cece3708adcb386da61fe7b7f;p=samtools.git diff --git a/bcftools/prob1.h b/bcftools/prob1.h index 96beb04..6bb7440 100644 --- a/bcftools/prob1.h +++ b/bcftools/prob1.h @@ -25,6 +25,9 @@ extern "C" { int bcf_p1_cal(bcf1_t *b, bcf_p1aux_t *ma, bcf_p1rst_t *rst); int bcf_p1_call_gt(const bcf_p1aux_t *ma, double f0, int k); void bcf_p1_dump_afs(bcf_p1aux_t *ma); + int bcf_p1_read_prior(bcf_p1aux_t *ma, const char *fn); + long double bcf_p1_cal_g3(bcf_p1aux_t *p1a, double g[3]); + int bcf_p1_set_n1(bcf_p1aux_t *b, int n1); #ifdef __cplusplus }