X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_maqcns.c;h=dfc83e9407e3bf635be009af4d4be50240c13e61;hb=998b354209b48256a4ffa6fa2be118ec7e021081;hp=9caa5d7b4dfac43d166d163339547a82def69ca3;hpb=05cb7b5bb86b37e82a3ea7868b76031866303da2;p=samtools.git diff --git a/bam_maqcns.c b/bam_maqcns.c index 9caa5d7..dfc83e9 100644 --- a/bam_maqcns.c +++ b/bam_maqcns.c @@ -110,7 +110,7 @@ bam_maqcns_t *bam_maqcns_init() bm = (bam_maqcns_t*)calloc(1, sizeof(bam_maqcns_t)); bm->aux = (bmc_aux_t*)calloc(1, sizeof(bmc_aux_t)); bm->het_rate = 0.001; - bm->theta = 0.85; + bm->theta = 0.83f; bm->n_hap = 2; bm->eta = 0.03; bm->cap_mapQ = 60;