X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.h;h=655174f585f663b54c0e10327df45eddb8942616;hb=c0490a669e9f1f9257e4b02a263e92e842bf5357;hp=896108ac8a1f26bf4c67bb7694fd4f71da4658cd;hpb=4ff943f203b0ba99b33bf8f7f585adc51ca1b74d;p=samtools.git diff --git a/bam2bcf.h b/bam2bcf.h index 896108a..655174f 100644 --- a/bam2bcf.h +++ b/bam2bcf.h @@ -24,7 +24,7 @@ typedef struct { extern "C" { #endif - bcf_callaux_t *bcf_call_init(double theta); + bcf_callaux_t *bcf_call_init(double theta, int min_baseQ); void bcf_call_destroy(bcf_callaux_t *bca); int bcf_call_glfgen(int _n, const bam_pileup1_t *pl, int ref_base /*4-bit*/, bcf_callaux_t *bca, bcf_callret1_t *r); int bcf_call_combine(int n, const bcf_callret1_t *calls, int ref_base /*4-bit*/, bcf_call_t *call);