X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bcftools%2Fprob1.h;h=6f9315565ba1369626d185ac30fcab3502e611d7;hb=125ac895854cf760a04192a257a4279f2c541164;hp=eb0b145285715c54d997693c449b5262462cb904;hpb=e08e3faf4cc66727674ecacb6914e69b9a5df8c9;p=samtools.git diff --git a/bcftools/prob1.h b/bcftools/prob1.h index eb0b145..6f93155 100644 --- a/bcftools/prob1.h +++ b/bcftools/prob1.h @@ -33,7 +33,7 @@ extern "C" { void bcf_p1_destroy(bcf_p1aux_t *ma); void bcf_p1_set_ploidy(bcf1_t *b, bcf_p1aux_t *ma); int bcf_p1_cal(const bcf1_t *b, int do_contrast, bcf_p1aux_t *ma, bcf_p1rst_t *rst); - int call_multiallelic_gt(bcf1_t *b, bcf_p1aux_t *ma, double threshold); + int call_multiallelic_gt(bcf1_t *b, bcf_p1aux_t *ma, double threshold, int var_only); 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);