]> git.donarmstrong.com Git - samtools.git/blobdiff - bam2bcf.h
* samtools-0.1.8-9 (r649)
[samtools.git] / bam2bcf.h
index 3d9a8043a0b65bea590643b3ac34d9c07b214b89..b96488b1ee29ed90b99bdad59f11e941a4c14cb7 100644 (file)
--- a/bam2bcf.h
+++ b/bam2bcf.h
@@ -15,7 +15,7 @@ typedef struct {
 
 typedef struct {
        int a[4]; // alleles: ref, alt, alt2, alt3
-       int n, n_alleles, shift, ori_ref;
+       int n, n_alleles, shift, ori_ref, unseen;
        int depth, rmsQ;
        uint8_t *PL;
 } bcf_call_t;