aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 01df8bc..02aeb46 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ install: all
install -c bin/strstreamone $(DEST)
install -c bin/sequence_end_points $(DEST)
# bash scripts
- install -c SelectiveGenomeAmplification $(DEST)
- install -c SelectiveGenomeAmplificationUI $(DEST)
+ install -c SelectiveWholeGenomeAmplification $(DEST)
+ install -c SelectiveWholeGenomeAmplificationUI $(DEST)
# python scripts
install -c src/select_mers.py $(DEST)
install -c src/score_mers.py $(DEST)