diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 13:25:22 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 13:25:22 -0400 |
commit | 86193151bb5584e3ac10c0dd382baf085ba3205a (patch) | |
tree | d6a0cd9d212f45f5369d89f7740967661ce1580d | |
parent | 3547a7a81b77b7f79597dd473f532e6daec070ce (diff) |
add score wrapper and SelectiveGenomeUI to make install
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,8 +25,10 @@ install: all install -c bin/strstreamone $(DEST) install -c bin/sequence_end_points $(DEST) install -c SelectiveGenomeAmplification $(DEST) + install -c SelectiveGenomeAmplificationUI $(DEST) install -c src/select_mers.py $(DEST) install -c src/score_mers.py $(DEST) + install -c src/score_wrapper.sh $(DEST) install -c src/below_melting_temperature.py $(DEST) install -c src/filter_max_consecutive_binding.py $(DEST) |