summaryrefslogtreecommitdiff
blob: 0e926136261cbc1e8ee70b2c8c8643e382d0c664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
--- a/src/KmerIndex.cpp
+++ b/src/KmerIndex.cpp
@@ -4,7 +4,7 @@
 #include <ctype.h>
 #include <zlib.h>
 #include <unordered_set>
-#include "kseq.h"
+#include <htslib/kseq.h>
 
 #ifndef KSEQ_INIT_READY
 #define KSEQ_INIT_READY
--- a/src/ProcessReads.cpp
+++ b/src/ProcessReads.cpp
@@ -1,6 +1,6 @@
 /*
 #include <zlib.h>
-#include "kseq.h"
+#include <htslib/kseq.h>
 #include <string>
 #include <vector>
 #include <unordered_map>
@@ -20,7 +20,7 @@
 #include <iomanip>
 
 #include "ProcessReads.h"
-#include "kseq.h"
+#include <htslib/kseq.h>
 #include "PseudoBam.h"
 #include "Fusion.hpp"
 #include "BUSData.h"
--- a/src/ProcessReads.h
+++ b/src/ProcessReads.h
@@ -2,7 +2,7 @@
 #define KALLISTO_PROCESSREADS_H
 
 #include <zlib.h>
-#include "kseq.h"
+#include <htslib/kseq.h>
 #include <string>
 #include <vector>
 #include <unordered_map>
--- a/unit_tests/test_kmerhashtable.cpp
+++ b/unit_tests/test_kmerhashtable.cpp
@@ -13,7 +13,7 @@
 #include "KmerHashTable.h"
 
 #include <zlib.h>
-#include "kseq.h"
+#include <htslib/kseq.h>
 
 #ifndef KSEQ_INIT_READY
 #define KSEQ_INIT_READY