X-Git-Url: https://git.donarmstrong.com/?p=samtools.git;a=blobdiff_plain;f=bam2bcf.h;h=e3ecc07f3f68d2c7370df828a103b10cd057ab6f;hp=a31ac9dece3d7ed9a6f740e3452985c50abc6c67;hb=ec294adf095b60c90e57e31f3af1335138c5a22a;hpb=700d451b57c06a5fc842b24be0d69d4a251c91df diff --git a/bam2bcf.h b/bam2bcf.h index a31ac9d..e3ecc07 100644 --- 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;