aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-19 14:50:26 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-19 14:50:26 -0400
commit05b0385f094fdd4db4f8fd9c5fdd2fef037cb637 (patch)
tree516a1af6c7723ae3b6b3fe2696bc02687ba292a0 /src
parent75747483d91b6eeeadfcfceaa9a8261d026ba87a (diff)
add output also to scores file
Diffstat (limited to 'src')
-rwxr-xr-xsrc/score_mers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/score_mers.py b/src/score_mers.py
index 56b5a08..6f0c6db 100755
--- a/src/score_mers.py
+++ b/src/score_mers.py
@@ -163,6 +163,7 @@ def score_mers(selected):
if(total_scored == 0):
print "NO RESULTS FOUND"
+ fh.write("NO RESULTS FOUND\n");
heterodimer_dic = {}
def score(combination):