]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf.h
Alternative model for multiallelic and rare-variant calling. Proof-of-principle imple...
[samtools.git] / bam2bcf.h
index a4d8ca5128319800c91303a022a4e53ac6aea599..e3ecc07f3f68d2c7370df828a103b10cd057ab6f 100644 (file)
--- a/bam2bcf.h
+++ b/bam2bcf.h
@@ -16,6 +16,7 @@ typedef struct __bcf_callaux_t {
        int openQ, extQ, tandemQ; // for indels
        int min_support; // for collecting indel candidates
        double min_frac; // for collecting indel candidates
+    int per_sample_flt; // indel filtering strategy
        // for internal uses
        int max_bases;
        int indel_types[4];
@@ -35,6 +36,7 @@ typedef struct {
 
 typedef struct {
        int a[5]; // alleles: ref, alt, alt2, alt3
+    float qsum[4];
        int n, n_alleles, shift, ori_ref, unseen;
        int n_supp; // number of supporting non-reference reads
        int anno[16], depth, ori_depth;