Mercurial > repos > bornea > saint_preprocessing
comparison SAINT_preprocessing_mq_pep.py @ 37:f988db1d36dc draft
Uploaded
author | bornea |
---|---|
date | Thu, 19 May 2016 10:26:17 -0400 |
parents | bc9c7764cc2f |
children | a7a479d8cbf8 |
comparison
equal
deleted
inserted
replaced
36:bc9c7764cc2f | 37:f988db1d36dc |
---|---|
260 # Ditto for \r. | 260 # Ditto for \r. |
261 seq = get_info(a).seqlength | 261 seq = get_info(a).seqlength |
262 GN = get_info(a).genename | 262 GN = get_info(a).genename |
263 if seq != 'NA': | 263 if seq != 'NA': |
264 if GN != 'NA': | 264 if GN != 'NA': |
265 erros.append[a] | 265 errors.append[a] |
266 with open('inter.txt', 'w') as input_file: | 266 with open('inter.txt', 'w') as input_file: |
267 l = 0; a = 0 | 267 l = 0; a = 0 |
268 for bb in bait: | 268 for bb in bait: |
269 for lst in data: | 269 for lst in data: |
270 if proteins[a] not in errors: | 270 if proteins[a] not in errors: |