Repository 'saint_preprocessing'
hg clone https://toolshed.g2.bx.psu.edu/repos/bornea/saint_preprocessing

Changeset 50:61b792d17660 (2016-05-19)
Previous changeset 49:6bb30aeb02bd (2016-05-19) Next changeset 51:09b89febcf98 (2016-05-19)
Commit message:
Uploaded
modified:
SAINT_preprocessing.py
b
diff -r 6bb30aeb02bd -r 61b792d17660 SAINT_preprocessing.py
--- 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