Results 10 comments of Max Wang

I think you need to use the latest beta version to get the `conflate` option. v6.0.0-beta.6.

As I mentioned to Steve on Slack yesterday, I really think this fix should be included in the current release and not the next one. Otherwise, RTX-KG2 will be failing...

Hey @kvnthomas98 I'm running some queries against dev and seeing the same TRAPI validation error.

Sure: ```text curl -X POST https://arax.ncats.io/beta/api/rtxkg2/v1.4/query \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "message": { "query_graph": { "nodes": { "disease": { "ids": ["MONDO:0004979"], "categories": ["biolink:Disease"], "set_interpretation":...

I also just noticed that the result analysis edge bindings all need `attributes` as well.

Here's a stack trace that I get when trying to send a `fill` allowlist: 1. From Workflow Runner: Requesting operation '{'id': , 'parameters': {'allowlist': ['infores:cohd', 'infores:automat-icees-kg'], 'qedge_keys': ['e0']}}' from ARAX...

Sorry, we did just discover a bug where the Automats on dev weren't registered on SmartAPI correctly. Could you just try refreshing your KP list please?

I'm seeing green on the ARAX page for the Automats, but I'm still getting the same error when sending a query to ARAX.

We're hitting your dev instance: https://arax.ncats.io/beta/api/arax/v1.4/query

Sure: ```json { "workflow": [ { "id": "fill", "parameters": { "allowlist": [ "infores:cohd", "infores:automat-icees-kg" ], "qedge_keys": [ "e0" ] } } ], "message": { "query_graph": { "edges": { "e0": {...