We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac8cd9 commit 2fdb5d0Copy full SHA for 2fdb5d0
1 file changed
Makefile
@@ -2,8 +2,7 @@
2
CXXFLAGS+=-I. -Wno-deprecated-declarations
3
4
#include htslib by setting -I<path_to_htslib/include> and link to the htslib library
5
-#HTSDIR=<path_to_htsdir>
6
-HTSDIR=/nfs/fs1/bioinfo/apps-x86_64/htslib/1.9
+HTSDIR=<path_to_htsdir>
7
CXXFLAGS+=-I$(HTSDIR)/include
8
9
# RELEASE build
0 commit comments