Spaces:
Running
Running
Update mtdna_backend.py
Browse files- mtdna_backend.py +1 -0
mtdna_backend.py
CHANGED
@@ -165,6 +165,7 @@ def summarize_results(accession):
|
|
165 |
return []#, f"Error: {e}", f"Error: {e}", f"Error: {e}"
|
166 |
|
167 |
if accession not in outputs:
|
|
|
168 |
return []#, "Accession not found in results.", "Accession not found in results.", "Accession not found in results."
|
169 |
|
170 |
row_score = []
|
|
|
165 |
return []#, f"Error: {e}", f"Error: {e}", f"Error: {e}"
|
166 |
|
167 |
if accession not in outputs:
|
168 |
+
print("no accession in output ", accession)
|
169 |
return []#, "Accession not found in results.", "Accession not found in results.", "Accession not found in results."
|
170 |
|
171 |
row_score = []
|