Closed mvidalgarcia closed 3 years ago
if it requirers a workflow JSON that's fine too, but should be documented
yadageschemas.load(....)
should work
Hi @lukasheinrich, if you install reana-client
from GitHub, branch maint-0.7
, you should be able to run Yadage workflows using the file spec path. I leave this example for reference: https://gist.github.com/mvidalgarcia/a1e61628dd67ed1a8b80d868684e1352
The main difference compared to the example in the blog post is that one needs to upload the workflow/yadage
dir as it contains the spec file and create_workflow_from_json()
call is a bit different (workflow_json
vs workflow_file
).
Originally written by @diegodelemos