unnecessary large .sai output
This commit is contained in:
parent
cff473393c
commit
4f61e2b7f5
2
bwtaln.h
2
bwtaln.h
|
|
@ -35,8 +35,8 @@ typedef struct {
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t n_mm:16, n_gapo:8, n_gape:8;
|
uint32_t n_mm:16, n_gapo:8, n_gape:8;
|
||||||
bwtint_t k, l;
|
|
||||||
int score;
|
int score;
|
||||||
|
bwtint_t k, l;
|
||||||
} bwt_aln1_t;
|
} bwt_aln1_t;
|
||||||
|
|
||||||
typedef uint16_t bwa_cigar_t;
|
typedef uint16_t bwa_cigar_t;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue