aboutsummaryrefslogtreecommitdiff
path: root/src/score_mers.py
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-18 16:52:46 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-18 16:52:46 -0400
commita75e7132eadc5f6525d3ef258b6f7bbb10846de9 (patch)
treebbbab19915497de30523ed91e677a267184ae7be /src/score_mers.py
parent2ebd92bd9d3acdf3902cc985dcabd99bf6182351 (diff)
force 2.7
Diffstat (limited to 'src/score_mers.py')
-rwxr-xr-xsrc/score_mers.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/score_mers.py b/src/score_mers.py
index 7538ed4..43037e4 100755
--- a/src/score_mers.py
+++ b/src/score_mers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.7
import sys
import os
@@ -99,7 +99,6 @@ def populate_locations(mers, mer_dic, input_fn, length):
_, merlist_fn = tempfile.mkstemp()
merlist_fh = open(merlist_fn, 'w')
for mer in n_mers:
- print mer
merlist_fh.write(mer + '\n')
merlist_fh.flush()