changeset 45:0eae5a2c37d4 draft

Uploaded
author bornea
date Thu, 19 May 2016 10:55:39 -0400
parents b95bf0251ffd
children 5b2a60b59f46
files SAINT_preprocessing_mq_pep.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/SAINT_preprocessing_mq_pep.py	Thu May 19 10:49:51 2016 -0400
+++ b/SAINT_preprocessing_mq_pep.py	Thu May 19 10:55:39 2016 -0400
@@ -270,6 +270,7 @@
         for bb in bait:
             for lst in data:
                 if valid_prots[a] not in errors:
+                    print lst
                     print l
                     print a
                     input_file.write(header[bait_index[l]] + '\t' + bb[1] + '\t' + valid_prots[a] + '\t' + lst[bait_index[l]] + '\n')