]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf.h
works
[samtools.git] / bam2bcf.h
index e3ecc07f3f68d2c7370df828a103b10cd057ab6f..8ac6b79abfb60abaeefc29451923ec197c2f6c7a 100644 (file)
--- a/bam2bcf.h
+++ b/bam2bcf.h
@@ -14,8 +14,8 @@
 typedef struct __bcf_callaux_t {
        int capQ, min_baseQ;
        int openQ, extQ, tandemQ; // for indels
-       int min_support; // for collecting indel candidates
-       double min_frac; // for collecting indel candidates
+       int min_support, max_support; // for collecting indel candidates
+       double min_frac, max_frac; // for collecting indel candidates
     int per_sample_flt; // indel filtering strategy
        // for internal uses
        int max_bases;