changeset 42:13969f07b129 draft

Uploaded
author bornea
date Thu, 19 May 2016 10:41:09 -0400
parents ca0649bf68e3
children 1341c966a016
files SAINT_preprocessing_mq_pep.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/SAINT_preprocessing_mq_pep.py	Thu May 19 10:38:34 2016 -0400
+++ b/SAINT_preprocessing_mq_pep.py	Thu May 19 10:41:09 2016 -0400
@@ -269,8 +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' + valid_prots[a] + '\t' 
-                            + lst[bait_index[l]] + '\n')
+                    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):
                     l += 1; a = 0