| Previous changeset 37:f988db1d36dc (2016-05-19) Next changeset 39:e414a55b4c42 (2016-05-19) |
|
Commit message:
Uploaded |
|
modified:
SAINT_preprocessing_mq_pep.py |
| b |
| diff -r f988db1d36dc -r a7a479d8cbf8 SAINT_preprocessing_mq_pep.py --- a/SAINT_preprocessing_mq_pep.py Thu May 19 10:26:17 2016 -0400 +++ b/SAINT_preprocessing_mq_pep.py Thu May 19 10:28:23 2016 -0400 |
| [ |
| @@ -262,7 +262,7 @@ GN = get_info(a).genename if seq != 'NA': if GN != 'NA': - errors.append[a] + errors.append(a) with open('inter.txt', 'w') as input_file: l = 0; a = 0 for bb in bait: |