NCATSTranslator / minihackathons

MIT License
5 stars 5 forks source link

Explanatory no results in Workflow D.6 query #124

Open vgardner-renci opened 3 years ago

vgardner-renci commented 3 years ago

https://arax.ncats.io/?source=ARS&id=9b3132c8-58bb-4b4d-933d-73c520a4a7de

image

vgardner-renci commented 3 years ago

{
  "description": "Unsupported query structure.",
  "logs": [],
  "message": {
    "knowledge_graph": {
      "edges": {},
      "nodes": {}
    },
    "query_graph": {
      "edges": {
        "e00": {
          "object": "n01",
          "subject": "n00"
        },
        "e01": {
          "object": "n02",
          "subject": "n01"
        },
        "e02": {
          "object": "n03",
          "subject": "n02"
        }
      },
      "nodes": {
        "n00": {
          "categories": [
            "biolink:ChemicalSubstance"
          ],
          "ids": [
            "DRUGBANK:DB00150"
          ]
        },
        "n01": {
          "categories": [
            "biolink:Protein"
          ]
        },
        "n02": {
          "categories": [
            "biolink:MolecularActivity"
          ]
        },
        "n03": {
          "categories": [
            "biolink:ChemicalSubstance"
          ],
          "ids": [
            "KEGG.COMPOUND:C02700"
          ]
        }
      }
    },
    "results": []
  },
  "status": "Unsupported",
  "validation_result": {
    "message": "",
    "n_edges": 0,
    "n_nodes": 0,
    "size": "2 kB",
    "status": "PASS",
    "version": "1.1.1"
  }
}
tursynay commented 3 years ago

Likely failed because no predicate specified. In progress. Unsupported topology.

pg427 commented 3 years ago

Explanatory Agent cannot process a three hop query

tursynay commented 3 years ago

Check in mid august

vgardner-renci commented 3 years ago

https://arax.ncats.io/?source=ARS&id=50b289a9-f9be-4a0c-8b97-a79348532fcc

vgardner-renci commented 3 years ago

@pg427 is a three hop query out of scope for Explanatory or will it be part of a new release.