]> git.donarmstrong.com Git - samtools.git/blobdiff - bam_maqcns.c
change the default correlation coefficient
[samtools.git] / bam_maqcns.c
index 9caa5d7b4dfac43d166d163339547a82def69ca3..dfc83e9407e3bf635be009af4d4be50240c13e61 100644 (file)
@@ -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;