]> 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 a31ac9dece3d7ed9a6f740e3452985c50abc6c67..e3ecc07f3f68d2c7370df828a103b10cd057ab6f 100644 (file)
--- a/bam2bcf.h
+++ b/bam2bcf.h
@@ -36,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;