Spaces:
Sleeping
Sleeping
Update biopython/mcp_output/mcp_plugin/mcp_service.py
Browse files
biopython/mcp_output/mcp_plugin/mcp_service.py
CHANGED
|
@@ -440,7 +440,7 @@ def blast_search(payload: dict):
|
|
| 440 |
"identities": identities,
|
| 441 |
"align_length": align_len
|
| 442 |
})
|
| 443 |
-
|
| 444 |
result = {
|
| 445 |
"query_length": len(sequence),
|
| 446 |
"database": database,
|
|
|
|
| 440 |
"identities": identities,
|
| 441 |
"align_length": align_len
|
| 442 |
})
|
| 443 |
+
print("✅✅✅✅✅✅")
|
| 444 |
result = {
|
| 445 |
"query_length": len(sequence),
|
| 446 |
"database": database,
|