Mercurial > repos > bornea > saint_preprocessing
changeset 50:61b792d17660 draft
Uploaded
author | bornea |
---|---|
date | Thu, 19 May 2016 12:07:36 -0400 |
parents | 6bb30aeb02bd |
children | 09b89febcf98 |
files | SAINT_preprocessing.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/SAINT_preprocessing.py Thu May 19 12:03:16 2016 -0400 +++ b/SAINT_preprocessing.py Thu May 19 12:07:36 2016 -0400 @@ -267,6 +267,7 @@ l = 0; a = 0 for bb in bait: for lst in data: + print lst if lst[0] in valid_prots: input_file.write(header[bait_index[l]] + '\t' + bb[1] + '\t' + lst[0] + '\t' + lst[bait_index[l]] + '\n') a += 1