Skip to content

Commit

Permalink
updated BGZF
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Oct 28, 2011
1 parent a089031 commit 3014539
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 700 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC= gcc
CFLAGS= -g -Wall -O2 -fPIC #-m64 #-arch ppc
DFLAGS= -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE
DFLAGS= -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE -DBGZF_CACHE
LOBJS= bgzf.o kstring.o knetfile.o index.o bedidx.o
AOBJS= main.o
PROG= tabix bgzip
Expand Down
Loading

0 comments on commit 3014539

Please sign in to comment.