aboutsummaryrefslogtreecommitdiff
path: root/src/score_mers.py
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-25 14:01:46 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-25 14:01:46 -0400
commit9019eea5973e60a6a46d8afba254d6d0d71563fa (patch)
tree75fef8a5e5d1b49b4c48deecac2db37da5f223d4 /src/score_mers.py
parentc32c862fc067333f8f8a91936c0e2015e04849d2 (diff)
update header
Diffstat (limited to 'src/score_mers.py')
-rwxr-xr-xsrc/score_mers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/score_mers.py b/src/score_mers.py
index 432657b..d2ee8aa 100755
--- a/src/score_mers.py
+++ b/src/score_mers.py
@@ -163,7 +163,7 @@ def score_mers(selected):
p = Pool(cpus)
fh = open(output_file, 'wb')
- fh.write("Combination\tScore\tFG_mean_dist\tFG_stdev_dist\tBG_mean_dist\tBG_var_dist\n")
+ fh.write("Combination\tScore\tFG_mean_dist\tFG_stdev_dist\tBG_ratio\n")
for select_n in range(1, max_select+1):
print "scoring size ", select_n,