Question: Exception Error in 'run_workflow' But in BackEnd the workflow starts running
0
amey.damle • 30 wrote:
Hi Everyone , since i am working with galaxy with bioblend API. i wanted to run the workflow with passing their inputs for tools. the python API is there to run the workflow. well , I am having my project on PHP , and i have an array of dataset_map and marameter_map , I am passing their JSON woth Python script by command lien argument. My python script accepts the argument and run the workflow using the inputs I passed.
But the run_workflow gives me Error 500 for Uncaught exception in exposed API method in galaxy , Any one please help me. I got few answers by search for this that wrong input is given. but strange is if the input is wrong , why the workflow starts running and succesfully givenoutput files.
Thanks.