Spaces:
Running
Running
Update mtdna_backend.py
Browse files- mtdna_backend.py +1 -0
mtdna_backend.py
CHANGED
@@ -149,6 +149,7 @@ def summarize_results(accession):
|
|
149 |
]]
|
150 |
# only run when nothing in the cache
|
151 |
try:
|
|
|
152 |
outputs = pipeline_classify_sample_location_cached(accession)
|
153 |
# outputs = {'KU131308': {'isolate':'BRU18',
|
154 |
# 'country': {'brunei': ['ncbi',
|
|
|
149 |
]]
|
150 |
# only run when nothing in the cache
|
151 |
try:
|
152 |
+
print("try gemini pipeline: ",accession)
|
153 |
outputs = pipeline_classify_sample_location_cached(accession)
|
154 |
# outputs = {'KU131308': {'isolate':'BRU18',
|
155 |
# 'country': {'brunei': ['ncbi',
|