X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=pysam.git;a=blobdiff_plain;f=samtools%2Fbam_maqcns.h;fp=samtools%2Fbam_maqcns.h;h=291ae533c3c38cd152b3c9c8fa8e820386a3718d;hp=6cc5355fc2db2b1b19e6a3d2d330306a240fa15a;hb=bd0c3067c187d1f718004fb38acc093af8810a02;hpb=1b740fc70684c92a5e2293013217d5a2fd661d8a diff --git a/samtools/bam_maqcns.h b/samtools/bam_maqcns.h index 6cc5355..291ae53 100644 --- a/samtools/bam_maqcns.h +++ b/samtools/bam_maqcns.h @@ -3,11 +3,15 @@ #include "glf.h" +#define BAM_ERRMOD_MAQ2 0 +#define BAM_ERRMOD_MAQ 1 +#define BAM_ERRMOD_SOAP 2 + struct __bmc_aux_t; typedef struct { float het_rate, theta; - int n_hap, cap_mapQ, is_soap; + int n_hap, cap_mapQ, errmod, min_baseQ; float eta, q_r; double *fk, *coef;