diff options
| author | Calvin Morrison <mutantturkey@gmail.com> | 2014-08-22 17:39:46 -0400 |
|---|---|---|
| committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-08-22 17:39:46 -0400 |
| commit | 4894930ddd83ce7165ea43f19cb52169d431324f (patch) | |
| tree | 20b77adcf4f06909089798f58aa9cb9c1af39d84 | |
| parent | 428cc8fc9c27de8a24e6bcfc426a11e7839cebbd (diff) | |
add filter_max_bg_mers.py 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) |
