You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With reana-client-go, we cannot load workflow specifications for CWL, Snakemake, and Yadage. Because of that, we will need to move specification loading to reana-server. Currently, Yadage is loaded in the start_workflow endpoint. We should also add loading of CWL and Snakemake specifications there. This change should nicely play with validation there.
Originated from this analysis - #535 (comment)
With reana-client-go, we cannot load workflow specifications for CWL, Snakemake, and Yadage. Because of that, we will need to move specification loading to reana-server. Currently, Yadage is loaded in the
start_workflow
endpoint. We should also add loading of CWL and Snakemake specifications there. This change should nicely play with validation there.Example of Yadage loading and other engines:
reana-server/reana_server/rest/workflows.py
Lines 562 to 572 in 4952c16
The text was updated successfully, but these errors were encountered: