minor change to example
This commit is contained in:
parent
a06646493b
commit
c8ae5029b3
|
|
@ -7,10 +7,6 @@
|
||||||
#include "kseq.h" // for the FASTA/Q parser
|
#include "kseq.h" // for the FASTA/Q parser
|
||||||
KSEQ_DECLARE(gzFile)
|
KSEQ_DECLARE(gzFile)
|
||||||
|
|
||||||
#ifdef USE_MALLOC_WRAPPERS
|
|
||||||
# include "malloc_wrap.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
bwaidx_t *idx;
|
bwaidx_t *idx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue