X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fprob1.h;h=358f551b4f4bde25a591de96a67a013941a18416;hb=b6f550edaa9384857879894bf01399fad76dac37;hp=96beb0435806a693357f9d2dc4954857ed7d1065;hpb=ac10f1f4d447b2490c06d5bfd68350321672c828;p=samtools.git diff --git a/bcftools/prob1.h b/bcftools/prob1.h index 96beb04..358f551 100644 --- a/bcftools/prob1.h +++ b/bcftools/prob1.h @@ -25,6 +25,7 @@ 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); #ifdef __cplusplus }