r402: exposed kseq (for API in mappy later)
This commit is contained in:
parent
3edf2a9130
commit
e9c57f6d8b
2
bseq.c
2
bseq.c
|
|
@ -5,7 +5,7 @@
|
|||
#include <assert.h>
|
||||
#include "bseq.h"
|
||||
#include "kseq.h"
|
||||
KSEQ_INIT(gzFile, gzread)
|
||||
KSEQ_INIT2(, gzFile, gzread)
|
||||
|
||||
struct mm_bseq_file_s {
|
||||
gzFile fp;
|
||||
|
|
|
|||
Loading…
Reference in New Issue