]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/prob1.h
allow to read the prior from the error output. EM iteration is working.
[samtools.git] / bcftools / prob1.h
index 96beb0435806a693357f9d2dc4954857ed7d1065..358f551b4f4bde25a591de96a67a013941a18416 100644 (file)
@@ -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
 }