Skip to content

Commit

Permalink
send the meth models to another file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Sep 9, 2024
1 parent 72e8b16 commit acb3826
Show file tree
Hide file tree
Showing 4 changed files with 1,968,761 additions and 1,968,756 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ OBJ = $(BUILD_DIR)/main.o \
$(BUILD_DIR)/index.o \
$(BUILD_DIR)/nanopolish_fast5_io.o \
$(BUILD_DIR)/model.o \
$(BUILD_DIR)/methmodel.o \
$(BUILD_DIR)/align.o \
$(BUILD_DIR)/meth.o \
$(BUILD_DIR)/hmm.o \
Expand Down Expand Up @@ -87,6 +88,9 @@ $(BUILD_DIR)/nanopolish_fast5_io.o: src/nanopolish_fast5_io.c src/fast5lite.h
$(BUILD_DIR)/model.o: src/model.c src/model.h src/f5c.h src/fast5lite.h src/f5cmisc.h
$(CXX) $(CFLAGS) $(CPPFLAGS) $(LANGFLAG) $< -c -o $@

$(BUILD_DIR)/methmodel.o: src/methmodel.c
$(CXX) $(CFLAGS) $(CPPFLAGS) $(LANGFLAG) $< -c -o $@

$(BUILD_DIR)/align.o: src/align.c src/f5c.h src/fast5lite.h
$(CXX) $(CFLAGS) $(CPPFLAGS) $(LANGFLAG) $< -c -o $@

Expand Down
Loading

0 comments on commit acb3826

Please sign in to comment.