Previous changeset 42:13969f07b129 (2016-05-19) Next changeset 44:b95bf0251ffd (2016-05-19) |
Commit message:
Uploaded |
modified:
SAINT_preprocessing_mq_pep.py |
b |
diff -r 13969f07b129 -r 1341c966a016 SAINT_preprocessing_mq_pep.py --- a/SAINT_preprocessing_mq_pep.py Thu May 19 10:41:09 2016 -0400 +++ b/SAINT_preprocessing_mq_pep.py Thu May 19 10:43:54 2016 -0400 |
b |
@@ -264,6 +264,7 @@ if seq != 'NA': if GN != 'NA': valid_prots.append(a) + print valid_prots with open('inter.txt', 'w') as input_file: l = 0; a = 0 for bb in bait: |