Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Remove hmr_posterior program
Browse files Browse the repository at this point in the history
  • Loading branch information
jqujqu committed Mar 1, 2017
1 parent dbd2677 commit e0aa013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analysis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif

PROGS = pmd methcounts bsrate hmr hypermr \
levels roimethstat \
methstates methentropy hmr_posterior hmr_rep
methstates methentropy hmr_rep

CXX = g++
CXXFLAGS = -Wall -fmessage-length=50 -std=c++11
Expand All @@ -41,7 +41,7 @@ CXXFLAGS += $(OPTFLAGS)
endif

COMMON_DIR = ../common
INCLUDEDIRS = $(SMITHLAB_CPP) $(COMMON_DIR)
INCLUDEDIRS = $(SMITHLAB_CPP) $(COMMON_DIR)

INCLUDEARGS = $(addprefix -I,$(INCLUDEDIRS))

Expand All @@ -62,7 +62,7 @@ bsrate methcounts: $(addprefix $(SMITHLAB_CPP)/, \

bsrate methcounts: $(addprefix $(SMITHLAB_CPP)/, QualityScore.o)

hmr pmd hmr_posterior hmr_rep: $(addprefix $(COMMON_DIR)/, TwoStateHMM.o)
hmr pmd hmr_rep: $(addprefix $(COMMON_DIR)/, TwoStateHMM.o)

hypermr: $(addprefix $(COMMON_DIR)/, ThreeStateHMM.o Smoothing.o \
Distro.o BetaBin.o numerical_utils.o)
Expand Down

0 comments on commit e0aa013

Please sign in to comment.