mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
TAL submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "lib/simde"]
|
||||
path = lib/simde
|
||||
url = https://github.com/nemequ/simde.git
|
||||
[submodule "ext/TAL"]
|
||||
path = ext/TAL
|
||||
url = https://github.com/IntelLabs/Trans-Omics-Acceleration-Library.git
|
||||
|
||||
1
Makefile
1
Makefile
@@ -37,6 +37,7 @@ endif
|
||||
|
||||
#INCLUDES=
|
||||
#INCLUDES= -I./ext/TAL_offline/src/LISA-hash #-I./ext/TAL/src/dynamic-programming
|
||||
INCLUDES= -I./ext/TAL/src/LISA-hash -I./ext/TAL/src/dynamic-programming
|
||||
OBJS= kthread.o kalloc.o misc.o bseq.o sketch.o sdust.o options.o index.o \
|
||||
lchain.o align.o hit.o seed.o map.o format.o pe.o esterr.o splitidx.o \
|
||||
ksw2_ll_sse.o
|
||||
|
||||
1
ext/TAL
Submodule
1
ext/TAL
Submodule
Submodule ext/TAL added at 2a97815a5f
Reference in New Issue
Block a user