We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f6d86 commit 228273fCopy full SHA for 228273f
Makefile.am
@@ -25,10 +25,10 @@ lib_LIBRARIES = libsmithlab_cpp.a
25
libsmithlab_cpp_a_SOURCES = GenomicRegion.cpp MappedRead.cpp \
26
OptionParser.cpp QualityScore.cpp bisulfite_utils.cpp \
27
chromosome_utils.cpp sim_utils.cpp smithlab_os.cpp smithlab_utils.cpp \
28
-zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp
+zlib_wrapper.cpp dna_four_bit.cpp cigar_utils.cpp sam_record.cpp
29
30
if ENABLE_HTS
31
-libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp sam_record.cpp
+libsmithlab_cpp_a_SOURCES += htslib_wrapper_deprecated.cpp
32
endif
33
34
include_HEADERS = GenomicRegion.hpp MappedRead.hpp OptionParser.hpp \
0 commit comments