From 4f61e2b7f536ead55377756d5031ac31cf08e77b Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 17 Apr 2012 19:31:37 -0400 Subject: [PATCH] unnecessary large .sai output --- bwtaln.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwtaln.h b/bwtaln.h index a3eace2..39eaf4b 100644 --- a/bwtaln.h +++ b/bwtaln.h @@ -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;