Previous changeset 15:876af85d782c (2016-04-12) Next changeset 17:72fe77df329b (2016-04-12) |
Commit message:
Uploaded |
modified:
SAINT_preprocessing.py |
b |
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: |