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

Changeset 18:b230824e1a0e (2015-11-17)
Previous changeset 17:40c88c39f8d7 (2015-11-17) Next changeset 19:c56ebf254e89 (2015-11-19)
Commit message:
Uploaded
modified:
SAINT_preprocessing_v6.py
b
diff -r 40c88c39f8d7 -r b230824e1a0e SAINT_preprocessing_v6.py
--- a/SAINT_preprocessing_v6.py Tue Nov 17 12:14:10 2015 -0500
+++ b/SAINT_preprocessing_v6.py Tue Nov 17 12:18:30 2015 -0500
[
@@ -150,7 +150,7 @@
                     else:
                         break
                 return ReturnValue1(seqlength, genename)
-            elif uniprot_accession_in == namer.split(" "):
+            elif uniprot_accession_in == namer.split(" ")[0]:
                 match = count+1
                 if 'GN=' in i:
                     lst = i.split('GN=')