# HG changeset patch # User bornea # Date 1463674056 14400 # Node ID 61b792d1766087db65a174df767d6297a09e05cd # Parent 6bb30aeb02bdead2b5bffce9cb29078bc0ac5137 Uploaded diff -r 6bb30aeb02bd -r 61b792d17660 SAINT_preprocessing.py --- a/SAINT_preprocessing.py Thu May 19 12:03:16 2016 -0400 +++ b/SAINT_preprocessing.py Thu May 19 12:07:36 2016 -0400 @@ -267,6 +267,7 @@ l = 0; a = 0 for bb in bait: for lst in data: + print lst if lst[0] in valid_prots: input_file.write(header[bait_index[l]] + '\t' + bb[1] + '\t' + lst[0] + '\t' + lst[bait_index[l]] + '\n') a += 1