Spaces:
Sleeping
Sleeping
Erva Ulusoy
commited on
Commit
·
4bd44bb
1
Parent(s):
505a4c6
Update run_domain2go_app.py
Browse files- run_domain2go_app.py +1 -1
run_domain2go_app.py
CHANGED
@@ -75,7 +75,7 @@ def find_domains(email, sequence, name):
|
|
75 |
# sort locations by both start and end position
|
76 |
# entries[entry['accession']]['locations'] = sorted(entries[entry['accession']]['locations'], key=lambda x: [int(i) for i in x.split('-')])
|
77 |
entries[entry['accession']]['locations'] = sorted(entries[entry['accession']]['locations'], key=lambda x: int(x.split('-')[0]))
|
78 |
-
entries[entry['accession']]['locations'] = '
|
79 |
|
80 |
if entries:
|
81 |
result_text = 'Domains found.'
|
|
|
75 |
# sort locations by both start and end position
|
76 |
# entries[entry['accession']]['locations'] = sorted(entries[entry['accession']]['locations'], key=lambda x: [int(i) for i in x.split('-')])
|
77 |
entries[entry['accession']]['locations'] = sorted(entries[entry['accession']]['locations'], key=lambda x: int(x.split('-')[0]))
|
78 |
+
entries[entry['accession']]['locations'] = '|'.join(entries[entry['accession']]['locations'])
|
79 |
|
80 |
if entries:
|
81 |
result_text = 'Domains found.'
|