NCATSTranslator / workflow-runner

1 stars 1 forks source link

Add endpoint exposing registered operations #4

Closed cbizon closed 2 years ago

cbizon commented 3 years ago

Have a a simple endpoint that would return a list of the operations the workflow runner knows how to orchestrate, along with the tools that implement them. Maybe something like

{ "fill": ["ICEES", "Automat CTD", "RTX2", "MolePro"...],
  "sort": ["ARAX"],
  "connect_kedges": ["Aragorn"]
..}