diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-07 12:52:49 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-07 12:52:49 -0400 |
commit | ff15f36a46617effd1ecb1dafb289c3c18cc836a (patch) | |
tree | 749ccfb2880ab43ab6ee78ae6c85bf34bb78c4cd /Makefile | |
parent | ad2831e63e47c2575d86319e5a90f746ba567f11 (diff) |
Rename!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |