# HG changeset patch # User bornea # Date 1460488052 14400 # Node ID 4b43913630d0138b21c7fa5a2a7595e69d8fc730 # Parent 876af85d782c901c790e774bcf2b93560da170fd Uploaded diff -r 876af85d782c -r 4b43913630d0 SAINT_preprocessing.py --- 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: