diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-08-15 12:34:12 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-08-15 12:34:12 -0400 |
commit | 4567b1f4d9b7ac9e48fb37de48586751acdba6cf (patch) | |
tree | d17f930a69b08fadf26bc9d9795125210135d183 /Makefile | |
parent | 8d13725703ef9856d99fa0d0cda76f96f0892095 (diff) |
add max bg mers to makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |