Mercurial > repos > bornea > saint_preproc
changeset 18:b230824e1a0e draft
Uploaded
author | bornea |
---|---|
date | Tue, 17 Nov 2015 12:18:30 -0500 |
parents | 40c88c39f8d7 |
children | c56ebf254e89 |
files | SAINT_preprocessing_v6.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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=')