Spaces:
Running
Running
Update smart_fallback.py
Browse files- smart_fallback.py +1 -0
smart_fallback.py
CHANGED
|
@@ -130,6 +130,7 @@ def smart_google_queries(accession_id, metadata: dict):
|
|
| 130 |
# queries.append(f'"{isolate}" site:ncbi.nlm.nih.gov')
|
| 131 |
|
| 132 |
organism = None
|
|
|
|
| 133 |
if definition and definition != "unknown":
|
| 134 |
match = re.match(r"([A-Z][a-z]+ [a-z]+)", definition)
|
| 135 |
if match:
|
|
|
|
| 130 |
# queries.append(f'"{isolate}" site:ncbi.nlm.nih.gov')
|
| 131 |
|
| 132 |
organism = None
|
| 133 |
+
print("this is definition: ", definition)
|
| 134 |
if definition and definition != "unknown":
|
| 135 |
match = re.match(r"([A-Z][a-z]+ [a-z]+)", definition)
|
| 136 |
if match:
|