unnecessary large .sai output

This commit is contained in:
Heng Li 2012-04-17 19:31:37 -04:00
parent cff473393c
commit 4f61e2b7f5
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ typedef struct {
typedef struct {
uint32_t n_mm:16, n_gapo:8, n_gape:8;
bwtint_t k, l;
int score;
bwtint_t k, l;
} bwt_aln1_t;
typedef uint16_t bwa_cigar_t;