aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 634b9ee..34b9b60 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ install: all
install -c src/score_wrapper.sh $(DEST)
install -c src/filter_melting_temperature.py $(DEST)
install -c src/filter_max_consecutive_binding.py $(DEST)
+ install -c src/filter_max_bg_mers.py $(DEST)
install -c src/filter_average_binding.py $(DEST)
install -c src/remove_mers.py $(DEST)
install -c src/remove_mers_from_file.py $(DEST)