NCATSTranslator / minihackathons

MIT License
5 stars 5 forks source link

BTE error on Workflow A.7 #157

Closed vgardner-renci closed 3 years ago

vgardner-renci commented 3 years ago

https://arax.ncats.io/?source=ARS&id=16cc3949-368d-485e-a7e6-c04b8ff81050

EGFR

image

vgardner-renci commented 3 years ago

{
  "callback": "http://0.0.0.0:8000/ars/api/messages/71e190b7-b63e-4f35-90a0-c4edbdb272d1",
  "max_results": 100,
  "message": {
    "query_graph": {
      "edges": {
        "e0": {
          "object": "n0",
          "predicates": [
            "biolink:related_to"
          ],
          "subject": "n1"
        }
      },
      "nodes": {
        "n0": {
          "categories": [
            "biolink:ChemicalSubstance"
          ],
          "name": "Chemical Substance"
        },
        "n1": {
          "ids": [
            "NCBIGene:1956"
          ],
          "name": "EGFR"
        }
      }
    }
  },
  "validation_result": {
    "message": "",
    "size": "1 kB",
    "status": "PASS",
    "version": "1.1.1"
  }
}
newgene commented 3 years ago

Verified it's working now, BTE returns non-empty results. It is a relatively long query.

vgardner-renci commented 3 years ago

@newgene Reran ARAX. Still seeing "Error / NA" for BTE.

newgene commented 3 years ago

@vgardner-renci similar to other issues recently closed (#155, #159, #160) after another rerun, can you give it another try?

andrewsu commented 3 years ago

Successfully completed with 2121 results https://arax.ncats.io/?source=ARS&id=5a5e0fef-43ba-4e48-b18d-d2d510541b64

image