# HG changeset patch # User bornea # Date 1463668714 14400 # Node ID ca0649bf68e31c5968bc5dec057c5065616a8f46 # Parent 8102ffab0f8591e693829f17b71baf401484cb6b Uploaded diff -r 8102ffab0f85 -r ca0649bf68e3 SAINT_preprocessing_mq_pep.py --- a/SAINT_preprocessing_mq_pep.py Thu May 19 10:35:15 2016 -0400 +++ b/SAINT_preprocessing_mq_pep.py Thu May 19 10:38:34 2016 -0400 @@ -269,7 +269,7 @@ for bb in bait: for lst in data: if valid_prots[a] not in errors: - input_file.write(header[bait_index[l]] + '\t' + bb[1] + '\t' + proteins[a] + '\t' + input_file.write(header[bait_index[l]] + '\t' + bb[1] + '\t' + valid_prots[a] + '\t' + lst[bait_index[l]] + '\n') a += 1 if a == len(valid_prots):