RTX icon indicating copy to clipboard operation
RTX copied to clipboard

`create_envelope()` DSL command returns an error

Open dkoslicki opened this issue 1 year ago • 0 comments

Apparently xDTD requires you create a message before using infer(action=drug_treatment_graph_expansion), but doing so returns

ERROR: Unrecognized command create_envelope

for the input

create_envelope()
infer(action=drug_treatment_graph_expansion,node_curie=MONDO:0007827)

It appears that create_message does work though. Any thoughts @isbluis if this is just a mis-naming of a DSL command that the UI slurped up?

dkoslicki avatar Mar 22 '24 13:03 dkoslicki