]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/prob1.h
fixed a bug in indexing
[samtools.git] / bcftools / prob1.h
index 35c794fa1f78d8cea6781cb158dafbfff3553b93..7158fe29f89bee73dda2f2bdc9426af038a363c6 100644 (file)
@@ -23,6 +23,7 @@ extern "C" {
 
        bcf_p1aux_t *bcf_p1_init(int n);
        void bcf_p1_init_prior(bcf_p1aux_t *ma, int type, double theta);
+       void bcf_p1_init_subprior(bcf_p1aux_t *ma, int type, double theta);
        void bcf_p1_destroy(bcf_p1aux_t *ma);
        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);