# HG changeset patch # User bornea # Date 1463669391 14400 # Node ID b95bf0251ffdef0fadccc4715e19eeb0490b83cc # Parent 1341c966a0168c13fa32265551c0088c4cecaf5e Uploaded diff -r 1341c966a016 -r b95bf0251ffd SAINT_preprocessing_mq_pep.py --- a/SAINT_preprocessing_mq_pep.py Thu May 19 10:43:54 2016 -0400 +++ b/SAINT_preprocessing_mq_pep.py Thu May 19 10:49:51 2016 -0400 @@ -270,7 +270,10 @@ for bb in bait: for lst in data: if valid_prots[a] not in errors: + print l + print a input_file.write(header[bait_index[l]] + '\t' + bb[1] + '\t' + valid_prots[a] + '\t' + lst[bait_index[l]] + '\n') + print(header[bait_index[l]] + '\t' + bb[1] + '\t' + valid_prots[a] + '\t' + lst[bait_index[l]] + '\n') a += 1 if a == len(valid_prots): l += 1; a = 0