Hi All,
I'm very new to Galaxy world and looking for your kind help on below points:
- Any article or example as how to use API to trigger workflow ?
- How to upload and use particular file while invoking WorkFlow via API?
- How to execute workflow in synchronous manner?
Thanks!
Thanks for your response @Martin...
Is it only way to go via bioblend library...is there any other way available to interact with Galaxy via REST calls?
I do see some of below apis are available but I'm not sure how to define inputs to them and trigger our workflows...Can you please help me with this? https://host:80/api/workflows/ GET : To get related workflows POST: To trigger particular workflow
any example related to this will be helpful.
Regards
You surely can use the whole raw Galaxy's API - the documentation is here: https://docs.galaxyproject.org/en/master/api_doc.html
For more details and examples please see the hub page