changeset 16:4b43913630d0 draft

Uploaded
author bornea
date Tue, 12 Apr 2016 15:07:32 -0400
parents 876af85d782c
children 72fe77df329b
files SAINT_preprocessing.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/SAINT_preprocessing.py	Tue Apr 12 15:05:52 2016 -0400
+++ b/SAINT_preprocessing.py	Tue Apr 12 15:07:32 2016 -0400
@@ -53,7 +53,7 @@
         else:
             T_C = "T"
         bait_line = baits[i] + "\t" + baits[i+1] + "\t" + T_C + "\n"
-        bait_cach.append(str(bait_line))
+        bait_cache.append(str(bait_line))
         i = i + 3
 
     for cache_line in bait_cache: