X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=samtools%2Fbam_maqcns.h;fp=samtools%2Fbam_maqcns.h;h=6cc5355fc2db2b1b19e6a3d2d330306a240fa15a;hb=70e0c1963e5f83b0a6ab2aa139e1a8f30aa25c56;hp=fa5489d13caad7c5c20489091302bfb5b2a5799d;hpb=91f4887d1b19c44d68a2b19f0abee56de3dbb8ea;p=pysam.git diff --git a/samtools/bam_maqcns.h b/samtools/bam_maqcns.h index fa5489d..6cc5355 100644 --- a/samtools/bam_maqcns.h +++ b/samtools/bam_maqcns.h @@ -16,8 +16,9 @@ typedef struct { } bam_maqcns_t; typedef struct { - int q_indel; - float r_indel; + int q_indel; // indel sequencing error, phred scaled + float r_indel; // indel prior + float r_snp; // snp prior // hidden parameters, unchangeable from command line int mm_penalty, indel_err, ambi_thres; } bam_maqindel_opt_t;